summaryrefslogtreecommitdiffstats
path: root/sys/net80211
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-07-22 05:15:53 +0000
committersam <sam@FreeBSD.org>2005-07-22 05:15:53 +0000
commitedad1e6d8a2de641e4d785f608f7e757c9c8e799 (patch)
treef3a6480bed9251d247efd13f4a8897712906d6c3 /sys/net80211
parent7c66d9190d5f4ebaf03e4b4cecbd543af5226238 (diff)
downloadFreeBSD-src-edad1e6d8a2de641e4d785f608f7e757c9c8e799.zip
FreeBSD-src-edad1e6d8a2de641e4d785f608f7e757c9c8e799.tar.gz
remove excess whitespace
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_input.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/net80211/ieee80211_input.c b/sys/net80211/ieee80211_input.c
index 178c1e0..abea74b 100644
--- a/sys/net80211/ieee80211_input.c
+++ b/sys/net80211/ieee80211_input.c
@@ -2718,9 +2718,9 @@ ieee80211_discard_frame(struct ieee80211com *ic,
printf("[%s] discard ", ether_sprintf(ieee80211_getbssid(ic, wh)));
if (type != NULL)
- printf(" %s frame, ", type);
+ printf("%s frame, ", type);
else
- printf(" frame, ");
+ printf("frame, ");
va_start(ap, fmt);
vprintf(fmt, ap);
va_end(ap);
@@ -2736,9 +2736,9 @@ ieee80211_discard_ie(struct ieee80211com *ic,
printf("[%s] discard ", ether_sprintf(ieee80211_getbssid(ic, wh)));
if (type != NULL)
- printf(" %s information element, ", type);
+ printf("%s information element, ", type);
else
- printf(" information element, ");
+ printf("information element, ");
va_start(ap, fmt);
vprintf(fmt, ap);
va_end(ap);
@@ -2754,9 +2754,9 @@ ieee80211_discard_mac(struct ieee80211com *ic,
printf("[%s] discard ", ether_sprintf(mac));
if (type != NULL)
- printf(" %s frame, ", type);
+ printf("%s frame, ", type);
else
- printf(" frame, ");
+ printf("frame, ");
va_start(ap, fmt);
vprintf(fmt, ap);
va_end(ap);
OpenPOWER on IntegriCloud