Parcourir la source

Staging: wlan-ng: p80211req.h: Coding style cleanups

Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Moritz Muehlenhoff il y a 16 ans
Parent
commit
4793a5e2fd
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      drivers/staging/wlan-ng/p80211req.h

+ 1 - 4
drivers/staging/wlan-ng/p80211req.h

@@ -48,9 +48,6 @@
 #ifndef _LINUX_P80211REQ_H
 #define _LINUX_P80211REQ_H
 
-/*================================================================*/
-/* Function Declarations */
-
-int	p80211req_dorequest(wlandevice_t *wlandev, u8 *msgbuf);
+int p80211req_dorequest(wlandevice_t *wlandev, u8 *msgbuf);
 
 #endif