summaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc
AgeCommit message (Expand)AuthorFilesLines
2014-08-02staging: dgnc: Remove unneeded dgnc_trace.c and dgnc_trace.hSeunghun Lee7-93/+1
2014-08-02staging: dgnc: rephrase commentSeunghun Lee1-4/+4
2014-07-31staging: dgnc: removes unused if defined codeSeunghun Lee3-65/+0
2014-07-27staging: dgnc: remove commented codeSeunghun Lee5-156/+1
2014-07-25staging: dgnc: Fix space required after that ','Seunghun Lee1-2/+2
2014-07-23staging: dgnc: Remove all C99 commentsSeunghun Lee2-23/+23
2014-07-13staging: dgnc: DGNC_VERIFY_BOARD macro in do while blockJeremiah Mahler1-9/+11
2014-07-09staging: dgnc: remove redundant memset callDaeseok Youn1-3/+0
2014-07-09staging: dgnc: removes unreachable codeDaeseok Youn1-7/+0
2014-07-09staging: dgnc: Fix unsigned value for less than zeroDaeseok Youn1-3/+3
2014-07-09staging: dgnc: remove redundant null check for kfree()Daeseok Youn1-12/+6
2014-06-30staging: dgnc_driver.c: code style fixesGuillaume Morin1-6/+5
2014-06-20Staging: dgnc: fixed brace coding style issue in dgnc_driver.cVincent Heuken1-1/+2
2014-05-25staging: dgnc: Use time_after_eq()Manuel Schölling1-1/+2
2014-05-23staging: dgnc: dgnc_tty: Remove a prohibited spaceMasaru Nomura1-3/+3
2014-05-23staging: dgnc: dgnc_tty: Add a required spaceMasaru Nomura1-3/+3
2014-05-18staging: dgnc: Remove extra curly bracesMasaru Nomura2-109/+61
2014-05-18staging: dgnc: dgnc_neo: Clean up if statementMasaru Nomura1-6/+6
2014-05-18staging: dgnc: Put else statements on the right lineMasaru Nomura2-56/+28
2014-05-16staging: dgnc: UART_IIR_XOFF code is buggyDan Carpenter2-5/+0
2014-05-16staging: dgnc: use dev_err() instead of printk()Martin Kepplinger1-1/+1
2014-05-16staging: dgnc: redundant NULL checks before kfree()Vitaly Osipov1-9/+4
2014-05-16Staging: dgnc: dgnc_driver: fixed incorrect bracesSon P. Nguyen1-14/+7
2014-05-16staging: dgnc: cleanup dgnc_finalize_board_init()Antoine Sirinelli1-3/+6
2014-03-18staging:dgnc: Removed assignments from if statements.Chi Pham2-5/+10
2014-03-18staging: dgnc: replace unnecessary while() with if()Daeseok Youn1-22/+19
2014-03-17staging: dgnc: Fix quoted string split across lines warningGulsah Kose1-7/+4
2014-03-14Staging: dgnc: fix indentation in dgnc_mgmt.cIulia Manda1-3/+6
2014-03-11Staging:dgnc: Fixed space prohibited between function name and '('Iulia Manda1-2/+2
2014-03-11Staging:dgnc: Use uaccess.h header from linux dir instead of asmIulia Manda1-1/+1
2014-03-11Stagind:dgnc: Fixed unnecessary braces for single statement blocksIulia Manda1-6/+3
2014-03-11Staging:dgnc: Fixed else not following close brace errorIulia Manda1-2/+1
2014-03-09staging:dgnc: Replace printk by pr_warnHimangi Saraogi1-1/+1
2014-03-08Staging: dgnc: Fix struct file_operations should normally be constMonam Agarwal1-1/+1
2014-01-09drivers: dgnc: Include appropriate header file in dgnc_trace.cRashika Kheria1-0/+1
2013-12-20staging: dgnc: fix checkpatch.pl usage of comparison with jiffiesstalinsrinivasan.s1-1/+1
2013-12-20staging: dgnc: fix checkpatch.pl usage of volatile.stalinsrinivasan.s1-1/+6
2013-12-20staging: dgnc: fix 80 characters per line limitation and code indent warnings.stalinsrinivasan.s1-105/+139
2013-12-03Staging: dgnc: dgnc_trace.c: fixed coding style issuesAldo Iljazi1-9/+9
2013-10-20Staging: dgnc: avoiding buffer overflowAshvini Varatharaj1-1/+1
2013-10-20Staging: dgnc: removing the comparison 'board<0'Ashvini Varatharaj1-1/+1
2013-10-20staging: dgnc: braces {} are not necessary for single statement in dgnc_driver.cArchana kumari1-2/+1
2013-10-20staging: dgnc:Removed unecessary error messages in dgnc_driver.cArchana kumari1-2/+0
2013-10-17staging: dgnc: braces {} are not necessary for single statement in dgnc_cls.cArchana kumari1-14/+7
2013-10-16staging:dgnc:Fixes use of deprecated headers in dgnc_cls.cArchana kumari1-1/+1
2013-10-12staging: dgnc: dgnc_tty: Do not use 0 for NULL pointerSachin Kamat1-1/+1
2013-10-06staging: dgnc: changes arguments in sizeofLidza Louina3-15/+15
2013-10-01staging: dgnc: Remove KERNEL_VERSION checkSachin Kamat1-5/+0
2013-09-26staging: dgnc: Remove casting the return value which is a void pointerJingoo Han2-13/+13
2013-09-26staging: dgnc: removes LINUX_VERSION_CODE conditionalsLidza Louina3-95/+2