SCSI: fix typo in definition of struct scsi_target
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 10 Jan 2012 18:43:04 +0000 (13:43 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 01:36:40 +0000 (17:36 -0800)
commitde8c46bfc032fbdf490cfb67f534d2a0188ebeb0
treea93469a88834ab249181ececb83784314dc99c40
parent0cb54a3e47cb4baf0bc7463f0a64cfeae5e35697
SCSI: fix typo in definition of struct scsi_target

This patch (as1506) corrects a typo in the definition of the
scsi_target structure.  pdt_1f_for_no_lun is supposed to be a
single-bit flag, not a full-sized integer.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/scsi/scsi_device.h