You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
staging: nokia_h4p: Fix quoted string split across lines
Fix checkpatch.pl issues with quoted string split across lines in nokia_fw-csr.c Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d3caf4d58b
commit
a71756117e
@@ -74,8 +74,7 @@ int hci_h4p_bc4_send_fw(struct hci_h4p_info *info,
|
||||
}
|
||||
|
||||
if (not_valid) {
|
||||
dev_info(info->dev, "Valid bluetooth address not found,"
|
||||
" setting some random\n");
|
||||
dev_info(info->dev, "Valid bluetooth address not found, setting some random\n");
|
||||
/* When address is not valid, use some random */
|
||||
memcpy(info->bd_addr, nokia_oui, 3);
|
||||
get_random_bytes(info->bd_addr + 3, 3);
|
||||
|
||||
Reference in New Issue
Block a user