Skip to content

Commit cc042a6

Browse files
Thalleykartben
authored andcommitted
Bluetooth: Host: Refactor provacative comment
There is no reason to call people who disable asserts for animals. Signed-off-by: Emil Gydesen <[email protected]>
1 parent 010bedb commit cc042a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/host/conn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ static int send_buf(struct bt_conn *conn, struct net_buf *buf,
744744
} else if (is_acl_conn(conn)) {
745745
err = send_acl(conn, frag, flags);
746746
} else {
747-
err = -EINVAL; /* Some animals disable asserts (╯°□°)╯︵ ┻━┻ */
747+
err = -EINVAL; /* asserts may be disabled */
748748
__ASSERT(false, "Invalid connection type %u", conn->type);
749749
}
750750

0 commit comments

Comments
 (0)