misc: mic: scif: scif_nm: Supply various kerneldoc fix-ups
authorLee Jones <lee.jones@linaro.org>
Wed, 1 Jul 2020 08:31:10 +0000 (09:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jul 2020 13:08:04 +0000 (15:08 +0200)
commit9afe1839e878a0745f8f325628ea445c47e689ab
treea5361eb80a9619e15fe2addec4db0280777b1a37
parent5ab3f590c738a193e9d3edd6bc56f50e19fe7eb9
misc: mic: scif: scif_nm: Supply various kerneldoc fix-ups

Includes; missing descriptions for function args, the promotion
of obvious kerneldoc headers and the mis-formatting of existing
argument descriptions.

Fixes the following W=1 kernel build warnings:

 drivers/misc/mic/scif/scif_nm.c:19: warning: Function parameter or member 'node' not described in 'scif_invalidate_ep'
 drivers/misc/mic/scif/scif_nm.c:173: warning: Function parameter or member 'node_id' not described in 'scif_disconnect_node'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200701083118.45744-23-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mic/scif/scif_nm.c