Searched hist:"0 b7b047715669f1b9f24686c8a26efa47020548b" (Results 1 – 3 of 3) sorted by relevance
/openbmc/obmc-console/ |
H A D | ringbuffer.c | diff 0b7b047715669f1b9f24686c8a26efa47020548b Tue Apr 18 22:18:51 CDT 2023 Andrew Jeffery <andrew@aj.id.au> obmc-console: Fix readability-else-after-return
``` /usr/bin/clang-tidy -checks=-*, readability-else-after-return -export-fixes /tmp/tmpzmyw6on0/tmpdk8wt96i.yaml -p=build /mnt/host/andrew/home/andrew/src/openbmc/obmc-console/test/test-ringbuffer-boundary-poll.c /mnt/host/andrew/home/andrew/src/openbmc/obmc-console/build/../ringbuffer.c:131:4: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors] } else { ^~~~~~ ```
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ic80538a64f061f9ed3d3d71293dcf4f3d99cb6e4
|
H A D | socket-handler.c | diff 0b7b047715669f1b9f24686c8a26efa47020548b Tue Apr 18 22:18:51 CDT 2023 Andrew Jeffery <andrew@aj.id.au> obmc-console: Fix readability-else-after-return
``` /usr/bin/clang-tidy -checks=-*, readability-else-after-return -export-fixes /tmp/tmpzmyw6on0/tmpdk8wt96i.yaml -p=build /mnt/host/andrew/home/andrew/src/openbmc/obmc-console/test/test-ringbuffer-boundary-poll.c /mnt/host/andrew/home/andrew/src/openbmc/obmc-console/build/../ringbuffer.c:131:4: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors] } else { ^~~~~~ ```
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ic80538a64f061f9ed3d3d71293dcf4f3d99cb6e4
|
H A D | console-server.c | diff 0b7b047715669f1b9f24686c8a26efa47020548b Tue Apr 18 22:18:51 CDT 2023 Andrew Jeffery <andrew@aj.id.au> obmc-console: Fix readability-else-after-return
``` /usr/bin/clang-tidy -checks=-*, readability-else-after-return -export-fixes /tmp/tmpzmyw6on0/tmpdk8wt96i.yaml -p=build /mnt/host/andrew/home/andrew/src/openbmc/obmc-console/test/test-ringbuffer-boundary-poll.c /mnt/host/andrew/home/andrew/src/openbmc/obmc-console/build/../ringbuffer.c:131:4: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors] } else { ^~~~~~ ```
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ic80538a64f061f9ed3d3d71293dcf4f3d99cb6e4
|