Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa198bf1 authored by Randy Dunlap's avatar Randy Dunlap Committed by James Bottomley
Browse files

[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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 10dab226
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -205,16 +205,13 @@ static struct notifier_block scsi_netlink_notifier = {
};


/**
/*
 * GENERIC SCSI transport receive and event handlers
 **/
 */

/**
 * scsi_generic_msg_handler - receive message handler for GENERIC transport
 * 			 messages
 *
 * scsi_generic_msg_handler - receive message handler for GENERIC transport messages
 * @skb:		socket receive buffer
 *
 **/
static int
scsi_generic_msg_handler(struct sk_buff *skb)