diff options
| author | Arnd Bergmann <[email protected]> | 2021-03-22 17:42:26 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-03-23 12:38:11 +0100 |
| commit | 8460f6003a1d2633737b89c4f69d6f4c0c7c65a3 (patch) | |
| tree | 30636967583adbb6baac73f1d2eb21ab5c9e5b23 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 8219ab4c9a09bc746614daaf5240fec82e7fe0e7 (diff) | |
usb: sl811-hcd: improve misleading indentation
gcc-11 now warns about a confusingly indented code block:
drivers/usb/host/sl811-hcd.c: In function ‘sl811h_hub_control’:
drivers/usb/host/sl811-hcd.c:1291:9: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
1291 | if (*(u16*)(buf+2)) /* only if wPortChange is interesting */
| ^~
drivers/usb/host/sl811-hcd.c:1295:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
1295 | break;
Rewrite this to use a single if() block with the __is_defined() macro.
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions