aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/keucr (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17staging: keucr: removed unnecessary variables and commentsLaura Lawniczak1-14/+0
2013-06-06keucr: fix some alignment- and whitespace-problemsJohannes Schilling6-98/+106
2013-06-06keucr: moved function to other fileLaura Lawniczak3-52/+50
2013-06-06keucr: more readable and friendly error messagesLaura Lawniczak2-11/+23
2013-06-06keucr: migrate printk to dev_dbg/info/warn/errLaura Lawniczak6-50/+48
2013-06-06keucr: use more specific max_t(int, ..Johannes Schilling1-2/+2
2013-06-06keucr: remove some unneccesary typedefsJohannes Schilling5-37/+21
2013-05-30staging: keucr: remove needless check before usb_free_coherent()Wei Yongjun1-6/+3
2013-05-19keucr: fixes line over 80 characters warningAmarjargal Gundjalam5-50/+99
2013-05-19keucr: fixes trailing whitespace errorAmarjargal Gundjalam2-4/+4
2013-05-19keucr: fixes no spaces at the start of a line warningAmarjargal Gundjalam4-34/+34
2013-05-19keucr: fixes do not use C99 // comments errorAmarjargal Gundjalam2-48/+50
2013-05-19keucr: removes unused code from smilmain.cAmarjargal Gundjalam1-1063/+3
2013-05-19keucr: fixes space prohibited before warningAmarjargal Gundjalam2-2/+2
2013-05-19keucr: fixed space prohibited between warningAmarjargal Gundjalam2-41/+41
2013-05-19keurc: fixes spaces required around errorAmarjargal Gundjalam1-134/+138
2013-05-19keucr: fixes space required before open parenthesis errorAmarjargal Gundjalam1-14/+14
2013-05-19keucr: fixes space required after errorAmarjargal Gundjalam2-28/+28
2013-05-19keucr: fixes open brace go on the next line errorAmarjargal Gundjalam1-2/+4
2013-05-19keucr: fixes else should follow close brace errorAmarjargal Gundjalam1-8/+4
2013-05-19keucr: fixes open brace should be on the previous line errorAmarjargal Gundjalam1-156/+140
2013-05-19keucr: Fixes return is not a function error in smilmain.cAmarjargal Gundjalam1-216/+216
2013-05-13Staging: keucr: fixed CamelCase warningKatrina Prosise3-5/+5
2013-04-09keucr: switch to ->show_info()Al Viro1-32/+13
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-3/+2
2013-01-07staging: keucr: Fix parens/bracesKurt Kanzenbach1-73/+37
2013-01-07staging: keucr: Removed trailing whitespacesKurt Kanzenbach1-2/+2
2013-01-07staging: keucr: Replaced c99 commentsKurt Kanzenbach1-52/+21
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2012-09-13staging: keucr: remove String func prototypesDavidlohr Bueso1-2/+0
2012-09-05usb: remove libusualSebastian Andrzej Siewior1-1/+1
2012-06-13Staging: keucr: scsiglue: fixed a do while coding style issueWilliam Blair1-3/+8
2012-06-12Staging: keucr: init: fixed a brace coding style issueWilliam Blair1-2/+1
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-37/+0
2012-02-28usb/storage: a couple defines from drivers/usb/storage/transport.h to include/linux/usb/storage.hSebastian Andrzej Siewior1-37/+0
2012-02-15staging: clean up Greg's email address in some TODO filesGreg Kroah-Hartman1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-01-02misc latin1 to utf8 conversionsAl Viro1-2/+2
2011-11-18USB: convert drivers/staging/* to use module_usb_driver()Greg Kroah-Hartman1-23/+1
2011-08-23Staging: keucr: fix comments, braces, whitespaces coding style issue in tm6000.hRuslan Pisarev1-317/+315
2011-08-23Staging: keucr: Remove dead (comment) code in drivers/staging/keucr/smilsub.cRuslan Pisarev1-918/+12
2011-08-23Staging: keucr: Coding style fixes in scsiglue.cRuslan Pisarev1-2/+3
2011-08-23Staging: keucr: Coding style fixes in smil.hRuslan Pisarev1-4/+2
2011-08-23Staging: keucr: Coding style fixes in smscsi.cRuslan Pisarev1-60/+57
2011-07-08Staging: Remove ENE UB6250 MS card codes from keucrCho, Yu-Chen11-2680/+6
2011-07-05Staging: keucr: usb: fixed a brace coding style warningZac Storer1-2/+1
2011-05-18staging/keucr: fix transport other code styleCho, Yu-Chen1-2/+6
2011-05-18staging/keucr: fix keucr transport coding styleCho, Yu-Chen2-208/+258
2011-05-18staging/keucr: fix keucr smil.h coding styleCho, Yu-Chen1-141/+150
2011-05-18staging/keucr: fix keucr smilecc.c coding styleCho, Yu-Chen1-144/+149