From: Ebru Akagunduz Date: Thu, 6 Mar 2014 17:42:16 +0000 (+0200) Subject: Staging:wlan-ng: no space before tabs in p80211mgmt.h X-Git-Tag: v3.15-rc1~139^2~590 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ade6509d1fadf47d992f340c5b47f931abdad368;p=karo-tx-linux.git Staging:wlan-ng: no space before tabs in p80211mgmt.h Fix checkpatch.pl issues with no space before tabs in p80211mgmt.h Signed-off-by: Ebru Akagunduz Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlan-ng/p80211mgmt.h b/drivers/staging/wlan-ng/p80211mgmt.h index 2610824d36d7..3f5ccd2df54a 100644 --- a/drivers/staging/wlan-ng/p80211mgmt.h +++ b/drivers/staging/wlan-ng/p80211mgmt.h @@ -91,7 +91,7 @@ * fall at the end of their respective frames). * 5a) The length field is set to include the last of the fixed and fixed * length fields. It may have to be updated for optional or variable -* length information elements. +* length information elements. * 6) Optional and variable length information elements are special cases * and must be handled individually by the client code. * --------------------------------------------------------------------