Skip to content

Commit

Permalink
Staging: winbond: wb35rx_f: Fixed coding style issues
Browse files Browse the repository at this point in the history
Fixed checkpatch.pl reported ERRORs

Signed-off-by: Adil Mujeeb <mujeeb.adil@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Adil Mujeeb authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent c299647 commit 746f0c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drivers/staging/winbond/wb35rx_f.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#include <net/mac80211.h>
#include "wbhal.h"

//====================================
// Interface function declare
//====================================
unsigned char Wb35Rx_initial( struct hw_data * pHwData );
void Wb35Rx_destroy( struct hw_data * pHwData );
void Wb35Rx_stop( struct hw_data * pHwData );
/*
* Interface function declaration
*/
unsigned char Wb35Rx_initial(struct hw_data *pHwData);
void Wb35Rx_destroy(struct hw_data *pHwData);
void Wb35Rx_stop(struct hw_data *pHwData);
void Wb35Rx_start(struct ieee80211_hw *hw);

#endif

0 comments on commit 746f0c5

Please sign in to comment.