Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging/tidspbridge/rmgr/mgr.c Fix quoted string split across lines

This patch fixes "quoted string split across lines warning"
warning in mgr.c

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Aybuke Ozdemir and committed by
Greg Kroah-Hartman
ba46b052 5f830a52

+4 -4
+4 -4
drivers/staging/tidspbridge/rmgr/mgr.c
··· 266 266 * this is a clumsy overwrite */ 267 267 processor_info->processor_type = DSPTYPE64; 268 268 } else { 269 - dev_dbg(bridge, "%s: Failed to get DCD processor info " 270 - "%x\n", __func__, status2); 269 + dev_dbg(bridge, "%s: Failed to get DCD processor info %x\n", 270 + __func__, status2); 271 271 status = -EPERM; 272 272 } 273 273 } 274 274 *pu_num_procs = proc_index; 275 275 if (proc_detect == false) { 276 - dev_dbg(bridge, "%s: Failed to get proc info from DCD, so use " 277 - "CFG registry\n", __func__); 276 + dev_dbg(bridge, "%s: Failed to get proc info from DCD, so use CFG registry\n", 277 + __func__); 278 278 processor_info->processor_type = DSPTYPE64; 279 279 } 280 280 func_end: