xr_usb_serial_common.c:878:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (get_user(val, (int __user *)(arg + 2 * sizeof(int))))
^~
xr_usb_serial_common.c:881:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (channel == -1)
^~
Unified usage of tabs and spaces, which should make the compiler happy
building for OpenWrt gave some compiler warnings
Unified usage of tabs and spaces, which should make the compiler happy