mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 08:22:39 +00:00
Staging: csr: data_tx: remove extra space in printk
This saves us 1 byte! Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
dbff11c9d3
commit
0567e1ec43
@ -37,7 +37,7 @@ uf_verify_m4(unifi_priv_t *priv, const unsigned char *packet, unsigned int lengt
|
||||
(p[4 + 5 + 8 + 32 + 16 + 8 + 8 + 16 + 0] == 0 && /* key data length (2 octets) 0 for 4/4 only */
|
||||
p[4 + 5 + 8 + 32 + 16 + 8 + 8 + 16 + 1] == 0)
|
||||
) {
|
||||
unifi_trace(priv, UDBG1, "uf_verify_m4: M4 detected \n");
|
||||
unifi_trace(priv, UDBG1, "uf_verify_m4: M4 detected\n");
|
||||
return 0;
|
||||
} else {
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user