{nl,cfg,mac}80211: fix the coding style related to mesh parameters
authorChun-Yeow Yeoh <yeohchunyeow@gmail.com>
Mon, 11 Jun 2012 03:59:36 +0000 (11:59 +0800)
committerChristian Lamparter <chunkeey@googlemail.com>
Sat, 21 Jul 2012 13:37:06 +0000 (15:37 +0200)
fix the coding style related to mesh parameters, especially the indentation,
as pointed out by Johannes Berg.

Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
include/linux/ieee80211.h

index e4448caebc8b62835d5a064e1e6758335f17e4bf..82f88d8d49c95a87e700b32887c4ec3d618134f1 100644 (file)
@@ -1473,7 +1473,7 @@ enum ieee80211_tdls_actioncode {
  *
  * @IEEE80211_SYNC_METHOD_NEIGHBOR_OFFSET: the default synchronization method
  * @IEEE80211_SYNC_METHOD_VENDOR: a vendor specific synchronization method
- * that will be specified in a vendor specific information element
+ *     that will be specified in a vendor specific information element
  */
 enum {
        IEEE80211_SYNC_METHOD_NEIGHBOR_OFFSET = 1,
@@ -1485,7 +1485,7 @@ enum {
  *
  * @IEEE80211_PATH_PROTOCOL_HWMP: the default path selection protocol
  * @IEEE80211_PATH_PROTOCOL_VENDOR: a vendor specific protocol that will
- * be specified in a vendor specific information element
+ *     be specified in a vendor specific information element
  */
 enum {
        IEEE80211_PATH_PROTOCOL_HWMP = 1,
@@ -1497,7 +1497,7 @@ enum {
  *
  * @IEEE80211_PATH_METRIC_AIRTIME: the default path selection metric
  * @IEEE80211_PATH_METRIC_VENDOR: a vendor specific metric that will be
- * specified in a vendor specific information element
+ *     specified in a vendor specific information element
  */
 enum {
        IEEE80211_PATH_METRIC_AIRTIME = 1,