commit | 4073f1b6ab9c70d603b194b1bb415b9e742b245f | [log] [tgz] |
---|---|---|
author | Christopher Brannon <cmbrannon79@gmail.com> | Thu Oct 14 19:24:00 2010 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 15 12:22:38 2010 -0700 |
tree | d54fa80ea389bde8386205ca44c1c961cfc8eb21 | |
parent | c3d5d988207b9581fd9b215abca3662ecc87b5be [diff] |
staging: speakup: speakup_dectlk.c: style fixes * Clean this file based on reports from checkpatch.pl. * Replace a function-like macro with an inline function. * Remove an incorrect use of the volatile qualifier. The previously-volatile variable is now always protected by a spinlock. Signed-off-by: Christopher Brannon <chris@the-brannons.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>