diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dynamic_debug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 2a29f4e04bd..6b3ebabacfa 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c @@ -634,7 +634,7 @@ int __dynamic_netdev_dbg(struct _ddebug *descriptor,  					       dict, sizeof(dict));  		res = printk_emit(0, 7, dictlen ? dict : NULL, dictlen, -				  "%s%s %s: %s: %pV", +				  "%s%s %s %s: %pV",  				  dynamic_emit_prefix(descriptor, buf),  				  dev_driver_string(dev->dev.parent),  				  dev_name(dev->dev.parent),  |