aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorChristian Vogel <[email protected]>2022-03-11 20:28:32 +0100
committerGreg Kroah-Hartman <[email protected]>2022-03-18 14:07:01 +0100
commit6caf745d6172dc187d87438d753e187b0b68fed3 (patch)
tree22b7f5ba918a045ef4e31633cd144340d8a11084 /net/lapb/lapb_timer.c
parent04c633873c01ce0591b05404af6481100871a921 (diff)
w1/ds2490: remove spurious newlines within hexdump
Multiple pr_infos generate newlines, so the hexdump looks like... > 0x81: count=16, status: > 01 > 00 > 20 (...16 lines...) We switch to a single %*ph hexdump, using the built-in %ph format, which leads to this: [52769.348789] usb 2-1.3.1: Clearing ep0x83. [52769.349729] usb 2-1.3.1: ep_status=0x81, count=16,... ...status=01:00:20:40:05:04:04:00:20:53:00:00:00:00:00:00 Signed-off-by: Christian Vogel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions