lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 26 Feb 2024 20:40:17 +0100
From: Jonathan Bergh <bergh.jonathan@...il.com>
To: hdegoede@...hat.com
Cc: mchehab@...nel.org,
	linux-media@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Jonathan Bergh <bergh.jonathan@...il.com>
Subject: [PATCH 0/6] staging: media: atomisp: Fix various small code and code style formatting issues

These patches address a number of small code and code style formatting
including:
 * removing unneeded braces from single line statements
 * replace "unsigned *" with "unsigned int *"
 * remove spurious whitespace and ensure trailing statements are included 
   on a newline following a conditional statement
 * remove unneeded parentheses from conditional statement
 * remove unneeded "return" statement from void function, and finally
 * remove commented code and fix multiple block comments to meet the kernel
   code style guidelines.

Jonathan Bergh (6):
  staging: media: atomisp: Remove unnecessary braces from single line
    conditional statements
  staging: media: atomisp: Fixed "unsigned int *" rather than "unsigned
    *" declaration in variable declaration
  staging: media: atomisp: Ensure trailing statements are on a newline
    and remove spurious whitespaces
  staging: media: atomisp: Remove unnecessary parentheses from
    conditional statement
  staging: media: atomisp: Remove unneeded return statement from void
    function
  staging: media: atomisp: Remove old commented code and fix multiple
    block comment style

 drivers/staging/media/atomisp/pci/sh_css_sp.c | 109 +++++++++---------
 1 file changed, 57 insertions(+), 52 deletions(-)

-- 
2.40.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ