Re: [PATCH] Fix comment typo in Scsi_Host struct definition

2014-10-21 Thread Christoph Hellwig
On Thu, Oct 09, 2014 at 12:40:07PM +0100, Mark Knibbs wrote: > Hi, > > The comment for the max_channel, max_id and max_lun parameters > refers to the first two, but actually means the last two. > > Signed-off-by: Mark Knibbs I just noticed that I have already applied an equal patch from Sebasti

Re: [PATCH] Fix comment typo in Scsi_Host struct definition

2014-10-17 Thread Martin K. Petersen
> "Mark" == Mark Knibbs writes: Mark> The comment for the max_channel, max_id and max_lun parameters Mark> refers to the first two, but actually means the last two. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send t

Re: [PATCH] Fix comment typo in Scsi_Host struct definition

2014-10-17 Thread Christoph Hellwig
On Thu, Oct 09, 2014 at 12:40:07PM +0100, Mark Knibbs wrote: > Hi, > > The comment for the max_channel, max_id and max_lun parameters > refers to the first two, but actually means the last two. > > Signed-off-by: Mark Knibbs Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from th

[PATCH] Fix comment typo in Scsi_Host struct definition

2014-10-09 Thread Mark Knibbs
Hi, The comment for the max_channel, max_id and max_lun parameters refers to the first two, but actually means the last two. Signed-off-by: Mark Knibbs --- $ diff -upN linux-3.17/include/scsi/scsi_host.h.orig linux-3.17/include/scsi/scsi_host.h --- linux-3.17/include/scsi/scsi_host.h.orig2