usb: typec: altmodes: displayport: File headers are not good candidates for kerneldoc
authorLee Jones <lee.jones@linaro.org>
Fri, 3 Jul 2020 17:41:38 +0000 (18:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jul 2020 14:46:59 +0000 (16:46 +0200)
commit50c9bd05df6f53f255b1a303da06582009e6d0c5
tree2e29e5c57eb06adad4d04d649f35d4ddc3b40e6e
parent7565fce17d19d9f0ab9062cb30653608d5d0cfad
usb: typec: altmodes: displayport: File headers are not good candidates for kerneldoc

Demote displayport's file header to a standard comment block.

Fixes the following W=1 kernel build warning(s):

 drivers/usb/typec/altmodes/displayport.c:18: warning: Function parameter or member '_dp' not described in 'DP_HEADER'
 drivers/usb/typec/altmodes/displayport.c:18: warning: Function parameter or member 'cmd' not described in 'DP_HEADER'

Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200703174148.2749969-21-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/altmodes/displayport.c