All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: greybus: quoted string split across lines
@ 2020-04-04  0:51 Gokce Kuler
  2020-04-04 23:31 ` [Outreachy kernel] " Stefano Brivio
  2020-04-05  7:15 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Gokce Kuler @ 2020-04-04  0:51 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, elder, johan, mgreer, vaibhav.sr

Quoted string merge to upper line.

Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
---
 drivers/staging/greybus/audio_manager_sysfs.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/greybus/audio_manager_sysfs.c b/drivers/staging/greybus/audio_manager_sysfs.c
index ab882cc..d7216e9 100644
--- a/drivers/staging/greybus/audio_manager_sysfs.c
+++ b/drivers/staging/greybus/audio_manager_sysfs.c
@@ -18,8 +18,7 @@ static ssize_t manager_sysfs_add_store(struct kobject *kobj,
 	struct gb_audio_manager_module_descriptor desc = { {0} };
 
 	int num = sscanf(buf,
-			"name=%" GB_AUDIO_MANAGER_MODULE_NAME_LEN_SSCANF "s "
-			"vid=%d pid=%d intf_id=%d i/p devices=0x%X o/p devices=0x%X",
+			"name=%" GB_AUDIO_MANAGER_MODULE_NAME_LEN_SSCANF "s vid=%d pid=%d intf_id=%d i/p devices=0x%X o/p devices=0x%X",
 			desc.name, &desc.vid, &desc.pid, &desc.intf_id,
 			&desc.ip_devices, &desc.op_devices);
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-06 10:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-04  0:51 [PATCH] staging: greybus: quoted string split across lines Gokce Kuler
2020-04-04 23:31 ` [Outreachy kernel] " Stefano Brivio
2020-04-05  7:15 ` Greg KH
2020-04-06 10:15   ` Johan Hovold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.