index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ks7010
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-14
staging: ks7010: move comparison to right hand side
Tobin C. Harding
1
-1
/
+1
2017-03-14
staging: ks7010: remove multiple assignment
Tobin C. Harding
1
-2
/
+4
2017-03-14
staging: ks7010: remove dead code
Tobin C. Harding
1
-2
/
+0
2017-03-14
staging: ks7010: fix logical line continuation
Tobin C. Harding
1
-2
/
+2
2017-03-14
staging: ks7010: fix checkpatch BLOCK_COMMENT_STYLE
Tobin C. Harding
1
-19
/
+32
2017-03-14
staging: ks7010: fix checkpatch SPACING
Tobin C. Harding
1
-106
/
+106
2017-03-14
staging: ks7010: fix spelling of Michael MIC
Tobin C. Harding
3
-15
/
+15
2017-03-14
staging: ks7010: add parentheses to complex macro
Tobin C. Harding
1
-32
/
+32
2017-03-14
staging: ks7010: fix checkpatch whitespace warns
Tobin C. Harding
1
-4
/
+4
2017-03-14
staging: ks7010: add variables key, key_index
Tobin C. Harding
1
-3
/
+5
2017-03-14
staging: ks7010: reduce length of comment string
Tobin C. Harding
1
-1
/
+1
2017-03-14
staging: ks7010: move quoted string onto single line
Tobin C. Harding
1
-2
/
+1
2017-03-14
staging: ks7010: refactor newly separated function
Tobin C. Harding
1
-25
/
+17
2017-03-14
staging: ks7010: fix line continuations
Tobin C. Harding
1
-10
/
+7
2017-03-14
staging: ks7010: reduce level of indentation
Tobin C. Harding
1
-67
/
+69
2017-03-14
staging: ks7010: move WPA code to separate function
Tobin C. Harding
1
-79
/
+97
2017-03-12
Staging: ks7010: ks_hostif.*: Use preferred 'u32' kernel type over 'uint32_t'
Shiva Kerdel
2
-24
/
+24
2017-03-12
Staging: ks7010: ks_hostif.*: Use preferred 'u16' kernel type over 'uint16_t'
Shiva Kerdel
2
-77
/
+77
2017-03-12
Staging: ks7010: ks_*: Use preferred 'u8' kernel type over 'uint8_t'
Shiva Kerdel
3
-60
/
+60
2017-03-09
staging: ks7010: removed code in comments.
Arushi Singhal
1
-2
/
+0
2017-03-09
staging: ks7010: fix spelling mistake
Tobin C. Harding
1
-3
/
+3
2017-03-09
staging: ks7010: fix checkpatch CONSTANT_COMPARISON
Tobin C. Harding
1
-2
/
+2
2017-03-09
staging: ks7010: fix checkpatch whitespace warnings
Tobin C. Harding
2
-27
/
+25
2017-03-09
staging: ks7010: eap_packet: Format comments to fit in line
Tamara Diaconita
1
-3
/
+6
2017-03-09
staging: ks7010: Unnecessary parentheses removed and improved coding style.
Arushi Singhal
2
-21
/
+20
2017-03-06
staging: ks7010: Unnecessary parentheses removed and improved coding style.
Arushi Singhal
1
-13
/
+13
2017-03-06
staging: ks7010: fix coding style issue of aligning comments properly
Chetan Sethi
1
-1
/
+2
2017-03-06
staging: ks7010: fix coding style issue of using __func__ instead of __FUNCTION__
Chetan Sethi
1
-1
/
+1
2017-03-06
staging: ks7010: fix coding style issue of using pr_notice instead of printk
Chetan Sethi
1
-1
/
+1
2017-03-06
staging: ks7010: fix coding style issue of enclosing complex macro value in parentheses
Chetan Sethi
1
-2
/
+4
2017-03-06
staging: ks7010: fixed warning of avoiding line over 80 characters
Chetan Sethi
1
-5
/
+6
2017-03-06
staging: ks7010: refactor function call parameters
Tobin C. Harding
1
-27
/
+13
2017-03-06
staging: ks7010: remove switch statement
Tobin C. Harding
1
-45
/
+42
2017-03-06
staging: ks7010: move logic operator to end of line
Tobin C. Harding
1
-3
/
+3
2017-03-06
staging: ks7010: fix checkpatch MULTILINE_DEREFERENCE
Tobin C. Harding
1
-4
/
+2
2017-03-06
staging: ks7010: invert conditional, reduce indent
Tobin C. Harding
1
-60
/
+62
2017-03-06
staging: ks7010: remove unecessary spaces after casts
Katie Dunne
1
-104
/
+102
2017-03-06
Staging: ks7010: ks_*: Braces should be used on all arms of these statements
Shiva Kerdel
2
-17
/
+31
2017-03-06
Staging: ks7010: ks_*: Use the BIT macro for bitwise checks
Shiva Kerdel
2
-25
/
+25
2017-02-22
Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
8
-96
/
+79
2017-02-16
Staging: ks7010: Add required and preferred spaces around operators
Shiva Kerdel
6
-72
/
+72
2017-02-16
Staging: ks7010: ks*: Remove redundant blank lines
Shiva Kerdel
2
-3
/
+0
2017-02-16
Staging: ks7010: ks*: Add missing blank lines after declarations
Shiva Kerdel
2
-0
/
+2
2017-02-12
Staging: ks7010: ks_*: Removed blank lines before and after braces.
Shiva Kerdel
3
-17
/
+0
2017-01-18
net: Remove usage of net_device last_rx member
Tobias Klauser
1
-2
/
+0
2017-01-16
staging: ks7010: Fix brace style issue in ks_wlan_net.c
David Wittman
1
-2
/
+3
2017-01-03
Staging: ks7010: ks7010_sdio.h: Trailing whitespace
Manoj Sawai
1
-1
/
+1
2017-01-03
Staging: ks7010: ks7010_sdio.h: Complex macro not in parentheses
Manoj Sawai
1
-1
/
+1
2016-12-06
Staging: ks7010: ks7010_stio.h: fixed coding style error
Manoj Sawai
1
-2
/
+2
2016-12-06
staging: ks7010: fixed 'space prohibited after that *' erros.
Yamanappagouda Patil
1
-6
/
+6
[prev]
[next]