提交 6e37c715 编写于 作者: T Tobin C. Harding 提交者: Greg Kroah-Hartman

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: NTobin C. Harding <me@tobin.cc>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c60b486d
...@@ -375,8 +375,7 @@ int hostif_data_indication_wpa(struct ks_wlan_private *priv, ...@@ -375,8 +375,7 @@ int hostif_data_indication_wpa(struct ks_wlan_private *priv,
/* needed parameters: count, keyid, key type, TSC */ /* needed parameters: count, keyid, key type, TSC */
sprintf(buf, sprintf(buf,
"MLME-MICHAELMICFAILURE.indication(keyid=%d %scast addr=" "MLME-MICHAELMICFAILURE.indication(keyid=%d %scast addr=%pM)",
"%pM)",
auth_type - 1, auth_type - 1,
eth_hdr->h_dest[0] & 0x01 ? "broad" : "uni", eth_hdr->h_dest[0] & 0x01 ? "broad" : "uni",
eth_hdr->h_source); eth_hdr->h_source);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册