wifi: nl80211: fix nl80211 uapi comment style issues
authorJeff Johnson <quic_jjohnson@quicinc.com>
Tue, 19 Mar 2024 18:26:24 +0000 (11:26 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Mar 2024 14:36:55 +0000 (15:36 +0100)
commitec3a97d93b88602fffd84ce30a461f6eaeb6f067
treedb014a42e54ae19e705a43305375daa1711c8af0
parent1c7b963c20650f1ffd787a088680c9a086ee349f
wifi: nl80211: fix nl80211 uapi comment style issues

Currently kernel-doc raises "warning: bad line:" for several comments
that have invalid multi-line comment style; they are missing the
leading '*'. And checkpatch.pl raises "WARNING: please, no space
before tabs" for a large number of comments which have space then tab
after the leading '*'.

Fix those issues.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://msgid.link/20240319-kdoc-nl80211-v1-2-549e09d52866@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/uapi/linux/nl80211.h