mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2024-11-24 12:29:53 +00:00
[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>
This commit is contained in:
parent
10dab22664
commit
aa198bf1da
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user