Re: [PATCH] scsi: fix various kernel-doc problems in scsi_error.c

2014-08-26 Thread Hannes Reinecke
On 08/16/2014 11:15 PM, Randy Dunlap wrote: From: Randy Dunlap Convert spaces to tabs in kernel-doc notation. Correct duplicated (copy-paste) kernel-doc comments that are incorrect. Fix kernel-doc warning: Warning(..//drivers/scsi/scsi_error.c:1647): No description found for parameter 'shost'

Re: [PATCH] scsi: fix various kernel-doc problems in scsi_error.c

2014-08-19 Thread Christoph Hellwig
Thanks, I've applied both docbook fixups to the drivers-for-3.18 and also addressed the addition nitpicks from Ewan. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordo

Re: [PATCH] scsi: fix various kernel-doc problems in scsi_error.c

2014-08-18 Thread Ewan Milne
On Sat, 2014-08-16 at 14:15 -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Convert spaces to tabs in kernel-doc notation. > Correct duplicated (copy-paste) kernel-doc comments that are incorrect. > Fix kernel-doc warning: > > Warning(..//drivers/scsi/scsi_error.c:1647): No description found

[PATCH] scsi: fix various kernel-doc problems in scsi_error.c

2014-08-16 Thread Randy Dunlap
From: Randy Dunlap Convert spaces to tabs in kernel-doc notation. Correct duplicated (copy-paste) kernel-doc comments that are incorrect. Fix kernel-doc warning: Warning(..//drivers/scsi/scsi_error.c:1647): No description found for parameter 'shost' Signed-off-by: Randy Dunlap --- drivers/sc