]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/scsi/NCR5380.c
scsi: ncr5380: Shorten host info string by removing unused option macros
authorFinn Thain <fthain@telegraphics.com.au>
Sun, 15 Jan 2017 23:50:57 +0000 (18:50 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 1 Feb 2017 02:37:19 +0000 (21:37 -0500)
commit090284610632bb32a5d2eea41420ee7c2b6975ca
tree81e0cafcb3081f115791084be219d61e626ff33c
parent13c599069130e5a1f04a9409d65566e149b12708
scsi: ncr5380: Shorten host info string by removing unused option macros

The DIFFERENTIAL and PARITY option macros are unused: no supported
hardware uses differential signalling and the core driver never
implemented parity checking. These options just waste space in the host
info string.

While we are here, fix a typo in the NCR5380_info() kernel-doc comment.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Tested-by: Ondrej Zary <linux@rainbow-software.org>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/NCR5380.c
drivers/scsi/NCR5380.h