diff options
| author | Chase Southwood <chase.southwood@yahoo.com> | 2014-02-12 12:28:35 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-12 21:32:17 +0400 |
| commit | ecd56ff9d1873fb04846a5847d3c53837084fa69 (patch) | |
| tree | cdfcd3d5c21652b1fdad70e39de329c85d533f7c /scripts/checkpatch.pl | |
| parent | f1fe476ecb35e5f9ef62b58016fa4f71e1233bbe (diff) | |
| download | linux-ecd56ff9d1873fb04846a5847d3c53837084fa69.tar.xz | |
Staging: comedi: Correct a few printf format codes
My static checker found some slightly inaccurate format codes in printf
calls in comedi_fops.c and drivers/comedi_bond.c. It may be slightly
pedantic to change them, but using the correctly corresponding format
codes is probably a good idea. All but one were unsigned ints that were
formatted with %i, change these to %u, and one was an int formatted with
%u, we want to format this with %d.
Signed-off-by: Chase Southwood <chase.southwood@yahoo.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
