Skip to content

Commit

Permalink
Base.c fix comment formatting and spelling/grammar errors
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed Jan 20, 2014
1 parent 0e14cad commit fd0c6b4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions base.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@
#include "pci.h"

/*
*NOTICE!!!: This file will be very big, we hsould
*keep it clear under follwing roles:
*
*This file include follwing part, so, if you add new
*functions into this file, please check which part it
*should includes. or check if you should add new part
*for this file:
*
*1) mac80211 init functions
*2) tx information functions
*3) functions called by core.c
*4) wq & timer callback functions
*5) frame process functions
*6) IOT functions
*7) sysfs functions
*8) vif functions
*9) ...
* NOTICE!!!: This file will be very big, we should
* keep it clear under following roles:
*
* This file includes the following sections, so, if you add new
* functions into this file, please check which section it
* should be in, or check if you should add a new section
* to this file:
*
* 1) mac80211 init functions
* 2) tx information functions
* 3) functions called by core.c
* 4) wq & timer callback functions
* 5) frame process functions
* 6) IOT functions
* 7) sysfs functions
* 8) vif functions
* 9) ...
*/

/*********************************************************
Expand Down

0 comments on commit fd0c6b4

Please sign in to comment.