mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 16:55:16 -04:00
staging: ks7010: move quoted string onto single line
Checkpatch emits WARNING: quoted string split across lines. Line is already over 80 characters long, adding 3 more does little to effect line length while improving readibility. Concatenate split string into single line. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c60b486d4b
commit
6e37c7154a
@@ -375,8 +375,7 @@ int hostif_data_indication_wpa(struct ks_wlan_private *priv,
|
||||
|
||||
/* needed parameters: count, keyid, key type, TSC */
|
||||
sprintf(buf,
|
||||
"MLME-MICHAELMICFAILURE.indication(keyid=%d %scast addr="
|
||||
"%pM)",
|
||||
"MLME-MICHAELMICFAILURE.indication(keyid=%d %scast addr=%pM)",
|
||||
auth_type - 1,
|
||||
eth_hdr->h_dest[0] & 0x01 ? "broad" : "uni",
|
||||
eth_hdr->h_source);
|
||||
|
||||
Reference in New Issue
Block a user