osmo-ci/lint/checkpatch
Oliver Smith 444ca841e6 lint: checkpatch.pl: fix && complaints
Don't complain with:
	ERROR:SPACING: space prohibited after that '&&' (ctx:ExW)
in code similar to:
	if (conn->conn->mode != MGCP_CONN_LOOPBACK
	    && conn->conn->mode != MGCP_CONN_RECV_ONLY
	    && !mgcp_rtp_end_remote_addr_available(&conn->end)) {

The check was supposed to complain about spaces if the && is used as
unary operator (to get the address of a goto label). But it's clearly
producing false positives in the Osmocom context with use as non-unary
operator, so remove this check.

Related: OS#5087
Related: 0d413866c7
Change-Id: I7ce79e6b291b3a3dab6587a589eeef0a0bc53de9
2021-07-07 11:28:38 +02:00
..
checkpatch.pl lint: checkpatch.pl: fix && complaints 2021-07-07 11:28:38 +02:00
checkpatch_osmo.sh lint: ignore LINE_CONTINUATIONS 2021-07-07 11:28:38 +02:00
const_structs.checkpatch lint/checkpatch: import from Linux kernel 2021-06-16 16:41:56 +02:00
spelling.txt lint/checkpatch: import from Linux kernel 2021-06-16 16:41:56 +02:00