diff options
| author | Aniket Sharma <[email protected]> | 2016-03-27 10:52:19 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-29 12:45:23 -0700 |
| commit | ae6b08672fd1802abbdd12dcda7553a7f1f009ad (patch) | |
| tree | eb402db37342528111619db58ec509cc95b18adc /scripts | |
| parent | 143b3bf6d3f7e14945af589414f1bd29efe36a72 (diff) | |
Staging: comedi: Fix 'unsigned' warning style
This patch fixes the checkpatch.pl warning:
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
+ unsigned runflags;
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
+struct comedi_device *comedi_dev_get_from_minor(unsigned minor);
Signed-off-by: Aniket Sharma <[email protected]>
Reviewed-by: Ian Abbott <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions