mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 06:30:20 -04:00
Staging: tidspbridge: Fix quoted string split across lines in cmm.c
This patch fixes the following checkpatch.pl warning in pmgr/cmm.c- WARNING: quoted string split across lines Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c37da1c638
commit
a5fdf083f2
@@ -449,8 +449,7 @@ int cmm_register_gppsm_seg(struct cmm_object *hcmm_mgr,
|
||||
struct cmm_mnode *new_node;
|
||||
s32 slot_seg;
|
||||
|
||||
dev_dbg(bridge, "%s: dw_gpp_base_pa %x ul_size %x dsp_addr_offset %x "
|
||||
"dw_dsp_base %x ul_dsp_size %x gpp_base_va %x\n",
|
||||
dev_dbg(bridge, "%s: dw_gpp_base_pa %x ul_size %x dsp_addr_offset %x dw_dsp_base %x ul_dsp_size %x gpp_base_va %x\n",
|
||||
__func__, dw_gpp_base_pa, ul_size, dsp_addr_offset,
|
||||
dw_dsp_base, ul_dsp_size, gpp_base_va);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user