Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] fix netlink kernel-doc

Fix kernel-doc warning: the function short description must be on one
line and the previous comment is not kernel-doc but it was confusing
scripts/kernel-doc.

Warning(lin2627-g3-kdocfixes//drivers/scsi/scsi_netlink.c:221): No description found for parameter 'skb'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

authored by

Randy Dunlap and committed by
James Bottomley
aa198bf1 10dab226

+3 -6
+3 -6
drivers/scsi/scsi_netlink.c
··· 205 205 }; 206 206 207 207 208 - /** 208 + /* 209 209 * GENERIC SCSI transport receive and event handlers 210 - **/ 210 + */ 211 211 212 212 /** 213 - * scsi_generic_msg_handler - receive message handler for GENERIC transport 214 - * messages 215 - * 213 + * scsi_generic_msg_handler - receive message handler for GENERIC transport messages 216 214 * @skb: socket receive buffer 217 - * 218 215 **/ 219 216 static int 220 217 scsi_generic_msg_handler(struct sk_buff *skb)