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:   Sat, 11 Nov 2017 20:46:18 +0530
From:   Arvind Yadav <arvind.yadav.cs@...il.com>
To:     arnd@...db.de, gregkh@...uxfoundation.org
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] scsi: ses: Fix space before '[' and remove error check

Fix checkpatch.pl error:
ERROR: space prohibited before open square bracket '['.

It is not necessary to check return value of class_register.
enclosure_init returns both successful and error value.

Arvind Yadav (2):
  [PATCH 1/2] scsi: ses: Fix space before '[' error.
  [PATCH 2/2] scsi: ses: Remove unnecessary error check

 drivers/misc/enclosure.c | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ