OSDN Git Service

wifi: mac80211: use bullet list for amsdu_mesh_control formats list
authorBagas Sanjaya <bagasdotme@gmail.com>
Thu, 23 Mar 2023 09:24:54 +0000 (16:24 +0700)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 Mar 2023 09:56:23 +0000 (10:56 +0100)
commitf102424befd3751386f3e2f2c70c5a1948248622
treedb03b50f4e3fa665b9e8119f22838ced9b972f1f
parentd24b2130146b31d2185296dbc08186fb67bb2c71
wifi: mac80211: use bullet list for amsdu_mesh_control formats list

Commit fe4a6d2db3ba ("wifi: mac80211: implement support for yet
another mesh A-MSDU format") expands amsdu_mesh_control list to
multi-line list. However, the expansion triggers Sphinx warning:

Documentation/driver-api/80211/mac80211-advanced:214: ./net/mac80211/sta_info.h:628: WARNING: Unexpected indentation.

Use bullet list instead to fix the warning.

Link: https://lore.kernel.org/linux-next/20230323141548.659479ef@canb.auug.org.au/
Fixes: fe4a6d2db3bad4 ("wifi: mac80211: implement support for yet another mesh A-MSDU format")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/sta_info.h