aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-07staging: wlags49_h2: wl_priv: fixes spacing around parenthesesJohan Meiring1-379/+379
2013-01-07staging: wlags49_h2: wl_profile.h: fixes C99 // commentJohan Meiring1-1/+1
2013-01-07staging: wlags49_h2: wl_profile.h: fixes spacing around parenthesesJohan Meiring1-5/+5
2013-01-07staging: wlags49_h2: sta_h2: corrects C99 // commentsJohan Meiring1-35/+35
2013-01-07staging: wlags49_h2: sta_h2: fixes casting style issueJohan Meiring1-4/+4
2013-01-07staging: wlags49_h2: sta_h2: fixes spaces around parenthesesJohan Meiring1-1/+1
2013-01-07staging: wlags49_h2: sta_h2: fixes malformed #include filenameJohan Meiring1-1/+1
2013-01-07staging: wlags49_h2: sta_h2: fixes spaces-before-tabs problemsJohan Meiring1-10/+10
2013-01-07staging: wlags49_h2: wl_netdev.h: sorts out spacing issuesJohan Meiring1-45/+45
2013-01-07staging: wlags49_h2: wl_netdev.h: converts C99 // commentsJohan Meiring1-2/+2
2013-01-07staging: wlags49_h2: wl_priv.h: fixes instances of 80+ char linesJohan Meiring1-6/+12
2013-01-07staging: wlags49_h2: wl_priv.h: converts C99 // commentsJohan Meiring1-14/+14
2013-01-07staging: wlags49_h2: wl_priv.h: fixes spacing around parenthesesJohan Meiring1-12/+12
2013-01-07staging: wlags49_h2: wl_enc: fixes incorrect use of returnJohan Meiring1-2/+2
2013-01-07staging: wlags49_h2: wl_enc: corrects spacing around colonsJohan Meiring1-6/+6
2013-01-07staging: wlags49_h2: wl_enc: corrects spacing around parenthesesJohan Meiring1-23/+23
2013-01-07staging: wlags49_h2: wl_enc: converts indentation spaces to tabsJohan Meiring1-62/+62
2013-01-07staging: wlags49_h2: ap_h25: corrects incorrect use of // commentsJohan Meiring1-34/+34
2013-01-07staging: wlags49_h2: ap_h25: corrects casting styling issueJohan Meiring1-4/+4
2013-01-07staging: wlags49_h2: ap_h25: corrects malformed #include warningJohan Meiring1-1/+1
2013-01-07staging: wlags49_h2: ap_h25: corrects parentheses styling issueJohan Meiring1-1/+1
2013-01-07staging: wlags49_h2: ap_h25: corrects tabs/spaces syling issuesJohan Meiring1-9/+9
2013-01-07staging: wlags49_h2: ap_h2: corrects a pointer styling issueJohan Meiring1-4/+4
2013-01-07Staging: bcm: Fix warning: "Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ....Kevin McKinney1-3/+3
2013-01-07Staging: bcm: Change the name of typedef USER_BCM_DBG_STATE to bcm_user_debug...Kevin McKinney2-4/+4
2013-01-07Staging: bcm: Remove typedef for _S_BCM_DEBUG_STATE and call directly.Kevin McKinney2-3/+3
2013-01-07Staging: bcm: Replace UINT with unsigned int in Debug.hKevin McKinney1-3/+3
2013-01-07Staging: bcm: Fix error: "Macros with complex values should be enclosed in pa...Kevin McKinney1-1/+1
2013-01-07Staging: bcm: Fix warning: "__packed is preferred over __attribute__((packed)...Kevin McKinney1-1/+1
2013-01-07Staging: bcm: Properly format braces in Debug.hKevin McKinney1-2/+1
2013-01-07Staging: bcm: Properly format comments in Debug.hKevin McKinney1-45/+46
2013-01-07Staging: bcm: Fix all white space issues in Debug.hKevin McKinney1-123/+111
2013-01-07Staging: bcm: Remove typedef for TransportHeaderT and call directly.Kevin McKinney2-4/+3
2013-01-07Staging: bcm: Remove typedef for _E_NWPKT_IPFRAME_TYPE and call directly.Kevin McKinney1-3/+3
2013-01-07Staging: bcm: Remove typedef for _E_NWPKT_ETHFRAME_TYPE and call directly.Kevin McKinney1-3/+3
2013-01-07Staging: bcm: Remove typedef for _S_ETHCS_PKT_INFO and call directly.Kevin McKinney2-9/+9
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_802_Q_FRAME and call directly.Kevin McKinney2-4/+4
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_802_LLC_FRAME and call directly.Kevin McKinney2-5/+5
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_802_LLC_SNAP_FRAME and call directly.Kevin McKinney2-4/+4
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_ETH2_FRAME and call directly.Kevin McKinney2-4/+4
2013-01-07Staging: bcm: Remove typedef for _E_SERVICEFLOW_CS_SPEC_ and call directly.Kevin McKinney1-2/+2
2013-01-07Staging: bcm: Remove typedef for _TCP_HEADER and call directly.Kevin McKinney2-5/+5
2013-01-07Staging: bcm: Replace UCHAR with unsigned char in Protocol.hKevin McKinney1-3/+3
2013-01-07Staging: bcm: Replace ULONG with unsigned long in Protocol.hKevin McKinney1-2/+2
2013-01-07Staging: bcm: Replace USHORT with unsigned short in Protocol.hKevin McKinney1-10/+10
2013-01-07Staging: bcm: Fix issue: "Macros with complex values should be enclosed in pa...Kevin McKinney1-2/+2
2013-01-07Staging: bcm: Fix warning: "__packed is preferred over __attribute__((packed)...Kevin McKinney1-5/+5
2013-01-07Staging: bcm: Properly format braces in Protocol.hKevin McKinney1-22/+11
2013-01-07Staging: bcm: Properly format comments in Protocol.hKevin McKinney1-5/+5
2013-01-07Staging: bcm: Fix all white space issues in Protocol.hKevin McKinney1-44/+33