diff mbox series

[3/3] input: add missing newline from trace-events

Message ID 20180126092029.20737-4-mark.cave-ayland@ilande.co.uk
State New
Headers show
Series ppc: trivial Mac-related trace-events patches | expand

Commit Message

Mark Cave-Ayland Jan. 26, 2018, 9:20 a.m. UTC
This was accidentally omitted from 77cb0f5aaf "Split adb.c into adb.c, adb-mouse.c
and adb-kbd.c".

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
---
 hw/input/trace-events | 1 +
 1 file changed, 1 insertion(+)

Comments

David Gibson Jan. 27, 2018, 6:27 a.m. UTC | #1
On Fri, Jan 26, 2018 at 09:20:29AM +0000, Mark Cave-Ayland wrote:
> This was accidentally omitted from 77cb0f5aaf "Split adb.c into adb.c, adb-mouse.c
> and adb-kbd.c".
> 
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

Applied to ppc-for-2.12.

> ---
>  hw/input/trace-events | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hw/input/trace-events b/hw/input/trace-events
> index a8d46cb766..5affabc81d 100644
> --- a/hw/input/trace-events
> +++ b/hw/input/trace-events
> @@ -4,6 +4,7 @@
>  adb_kbd_no_key(void) "Ignoring NO_KEY"
>  adb_kbd_writereg(int reg, uint8_t val) "reg %d val 0x%2.2x"
>  adb_kbd_readreg(int reg, uint8_t val0, uint8_t val1) "reg %d obuf[0] 0x%2.2x obuf[1] 0x%2.2x"
> +
>  # hw/input/adb-mouse.c
>  adb_mouse_writereg(int reg, uint8_t val) "reg %d val 0x%2.2x"
>  adb_mouse_readreg(int reg, uint8_t val0, uint8_t val1) "reg %d obuf[0] 0x%2.2x obuf[1] 0x%2.2x"
diff mbox series

Patch

diff --git a/hw/input/trace-events b/hw/input/trace-events
index a8d46cb766..5affabc81d 100644
--- a/hw/input/trace-events
+++ b/hw/input/trace-events
@@ -4,6 +4,7 @@ 
 adb_kbd_no_key(void) "Ignoring NO_KEY"
 adb_kbd_writereg(int reg, uint8_t val) "reg %d val 0x%2.2x"
 adb_kbd_readreg(int reg, uint8_t val0, uint8_t val1) "reg %d obuf[0] 0x%2.2x obuf[1] 0x%2.2x"
+
 # hw/input/adb-mouse.c
 adb_mouse_writereg(int reg, uint8_t val) "reg %d val 0x%2.2x"
 adb_mouse_readreg(int reg, uint8_t val0, uint8_t val1) "reg %d obuf[0] 0x%2.2x obuf[1] 0x%2.2x"