]> Git Repo - J-linux.git/commit
misc: ibmasm: command: Demote function headers from kerneldoc
authorLee Jones <[email protected]>
Wed, 1 Jul 2020 08:30:54 +0000 (09:30 +0100)
committerGreg Kroah-Hartman <[email protected]>
Wed, 1 Jul 2020 13:08:03 +0000 (15:08 +0200)
commitb7df87cfe3d13596820afdda73338d44172a643e
treed8b5d4addf34f7b1cf8c6953587aa5083ad9fc29
parent63969cf28873d6c206fb34f2e4120fe7d7679e1e
misc: ibmasm: command: Demote function headers from kerneldoc

The correct format is not used and no attempt has been made
to document the function arguments.  Makes sense to just demote
the header back down to a simple comment.

Fixes the following W=1 warnings:

 drivers/misc/ibmasm/command.c:106: warning: Function parameter or member 'sp' not described in 'ibmasm_exec_command'
 drivers/misc/ibmasm/command.c:106: warning: Function parameter or member 'cmd' not described in 'ibmasm_exec_command'
 drivers/misc/ibmasm/command.c:149: warning: Function parameter or member 'cmd' not described in 'ibmasm_wait_for_response'
 drivers/misc/ibmasm/command.c:149: warning: Function parameter or member 'timeout' not described in 'ibmasm_wait_for_response'
 drivers/misc/ibmasm/command.c:162: warning: Function parameter or member 'sp' not described in 'ibmasm_receive_command_response'
 drivers/misc/ibmasm/command.c:162: warning: Function parameter or member 'response' not described in 'ibmasm_receive_command_response'
 drivers/misc/ibmasm/command.c:162: warning: Function parameter or member 'size' not described in 'ibmasm_receive_command_response'

Cc: "Max Asböck" <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/misc/ibmasm/command.c
This page took 0.046216 seconds and 4 git commands to generate.