Skip to content

Commit

Permalink
[SCSI] fix netlink kernel-doc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and James Bottomley committed Oct 23, 2008
1 parent 10dab22 commit aa198bf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions drivers/scsi/scsi_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aa198bf

Please sign in to comment.