diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2013-12-16 10:52:17 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-12-16 11:13:35 +0100 |
commit | c2729850985934a3124319f8ff1d46d8c72bb012 (patch) | |
tree | 74238d313e0479e72341accd1176270f69ea6b0b /drivers/input/input.c | |
parent | Input: joystick - refer to /dev/input/js0 in documentation (diff) | |
download | linux-c2729850985934a3124319f8ff1d46d8c72bb012.tar.xz linux-c2729850985934a3124319f8ff1d46d8c72bb012.zip |
Input: joystick - use sizeof(VARIABLE) in documentation
Use the preferred style sizeof(VARIABLE) instead of sizeof(TYPE) in the
joystick API documentation, Documentation/CodingStyle states that this
is the preferred style for allocations but using it elsewhere is good
too.
Also fix some errors like "sizeof(struct mybuffer)" which didn't mean
anything.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/input.c')
0 files changed, 0 insertions, 0 deletions