aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/kobjects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15staging: speakup: add SPDX identifier.Greg Kroah-Hartman1-0/+1
2017-03-23staging: speakup: Removed Unnecessary parentheses.Arushi Singhal1-1/+1
2017-03-14staging: speakup: fix "Alignment match open parenthesis"Arushi Singhal1-1/+1
2017-03-09staging: speakup: kobjects: Delete comparisonTamara Diaconita1-1/+1
2017-03-09staging: speakup: kobjects: Rearrange headersTamara Diaconita1-2/+4
2017-03-09staging: speakup: kobjects: Align the codeTamara Diaconita1-32/+32
2017-03-09staging: speakup: kobjects: Delete blank lineTamara Diaconita1-1/+0
2017-03-09staging: speakup: kobjects: Delete spaceTamara Diaconita1-4/+4
2017-03-06staging: speakup: Replace BUG_ON() with WARN_ON().Varsha Rao1-2/+6
2017-03-06staging: speakup: i18n: Add spaces around operatorssayli karnik1-2/+2
2017-03-06staging: speakup: Added spaces around arithmetic operators.Varsha Rao1-3/+3
2017-03-06staging: speakup: Removed blank line after open braces.Varsha Rao1-1/+0
2017-01-10Staging: speakup: style fix, octal file permissionsDerek Robson1-27/+27
2016-10-02Staging: speakup: constify attribute_group structuresBhumika Goyal1-2/+2
2016-09-22Staging: speakup: kobjects: Add space around the operator.Sandhya Bankar1-5/+5
2016-09-12speakup: Add spinlock in synth_direct_storePavel Andrianov1-0/+3
2016-03-05Staging: speakup: Add space around '|'Dilek Uzulmez1-27/+27
2015-09-12Staging: speakup: kobjects.c: Remove explicit NULL comparisonShraddha Barke1-8/+8
2015-08-14staging: speakup: Fix warning reported by checkpatchAleksei Fedotov1-1/+2
2015-03-09Staging: speakup: Remove unused variableHaneen Mohammed1-3/+1
2015-01-17staging: speakup: Combine the consecutive stringPanir.Nyan1-1/+1
2014-10-20staging: speakup: Change char * array type as static constEbru Akagunduz1-1/+1
2014-10-20staging: speakup: Fixed else after return or break warningYeliz Taneroglu1-2/+2
2014-09-19staging: speakup: fix checkpatch warningRoxana Blaj1-2/+4
2014-09-11staging: speakup: fix missing blank lines after declarationsDomagoj Trsan1-0/+1
2014-05-23drivers/staging/speakup/: avoid world-writable sysfs files.Rusty Russell1-31/+31
2014-04-18staging: speakup: fix typo in kobjects.cHayato Suzuki1-1/+1
2014-04-01staging: fix up speakup kobject modeRusty Russell1-31/+31
2013-10-19Staging: speakup: replacing simple_strtoul with kstrtoulAshvini Varatharaj1-3/+5
2013-09-17staging: speakup: kobjects.c: Use correct values when changing voice.Christopher Brannon1-1/+4
2013-09-17staging/speakup/kobjects.c: Code improvement.Raphael S.Carvalho1-31/+38
2013-05-22Staging: speakup/kobjects: Use NULL instead of 0Sachin Kamat1-1/+1
2013-05-16staging: speakup: kobjects: remove custom locking macrosWilliam Hubbs1-23/+23
2013-04-30staging: speakup: remove custom string_unescape_any_inplaceAndy Shevchenko1-2/+4
2013-03-29staging: speakup: use native error codesAndy Shevchenko1-3/+3
2013-03-29staging: speakup: reuse native kernel functionsAndy Shevchenko1-1/+1
2013-01-17Staging: speakup: kobjects.c: checkpatch.pl fixesLijo Antony1-4/+4
2013-01-07staging: speakup: Prefix externally-visible symbolsSamuel Thibault1-40/+40
2011-11-26Staging: speakup: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-01-20Staging: speakup: &&/|| confusion in silent_store()roel kluin1-1/+1
2011-01-10staging: speakup: fix failure handlingWilliam Hubbs1-3/+6
2010-10-19staging: speakup: fix leaks of sysfs groupsVasiliy Kulikov1-4/+14
2010-10-12staging: speakup: kobjects.c: style fixesWilliam Hubbs1-21/+26
2010-10-07Staging: add speakup to the staging directoryWilliam Hubbs1-0/+1007