From: Jouni Malinen Date: Sat, 2 Nov 2013 13:40:36 +0000 (+0200) Subject: tests: Remove trailing whitespace X-Git-Tag: hostap_2_1~669 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bafd8bfa577af8bf19ab2391e2943aafab3fa891;p=thirdparty%2Fhostap.git tests: Remove trailing whitespace Signed-hostap: Jouni Malinen --- diff --git a/tests/hwsim/stop.sh b/tests/hwsim/stop.sh index d578b5bf2..e9ed0bd97 100755 --- a/tests/hwsim/stop.sh +++ b/tests/hwsim/stop.sh @@ -68,7 +68,7 @@ for i in /tmp/wpas-wlan0 /tmp/wpas-wlan1 /tmp/wpas-wlan2 /var/run/hostapd-global done if grep -q mac80211_hwsim /proc/modules 2>/dev/null ; then - sudo rmmod mac80211_hwsim + sudo rmmod mac80211_hwsim sudo rmmod mac80211 sudo rmmod cfg80211 # wait at the end to avoid issues starting something new immediately after