diff options
author | Lee Jones <[email protected]> | 2020-07-21 17:41:42 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2020-07-24 22:10:02 -0400 |
commit | fd4cdf6488d1eb83e68b32478cf706a979d4ada4 (patch) | |
tree | 07897a3fbc1a65fcdd764f244130bc76c3a81f35 | |
parent | 653557df36e0765057f4cb78b8b1ac122c4de4a2 (diff) |
scsi: csiostor: Demote kerneldoc that fails to meet the criteria
This matches some of the other headers in the file.
Fixes the following W=1 kernel build warning(s):
drivers/scsi/csiostor/csio_lnode.c:2079: warning: Function parameter or member 'hw' not described in 'csio_lnode_init'
drivers/scsi/csiostor/csio_lnode.c:2079: warning: Function parameter or member 'pln' not described in 'csio_lnode_init'
Link: https://lore.kernel.org/r/[email protected]
Cc: Sumit Semwal <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: Dan Carpenter <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/csiostor/csio_lnode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/csiostor/csio_lnode.c b/drivers/scsi/csiostor/csio_lnode.c index 74ff8adc41f7..61cf54208451 100644 --- a/drivers/scsi/csiostor/csio_lnode.c +++ b/drivers/scsi/csiostor/csio_lnode.c @@ -2068,10 +2068,9 @@ csio_ln_exit(struct csio_lnode *ln) ln->fcfinfo = NULL; } -/** +/* * csio_lnode_init - Initialize the members of an lnode. * @ln: lnode - * */ int csio_lnode_init(struct csio_lnode *ln, struct csio_hw *hw, |