serial: uartps: Do not add a trailing semicolon to macro
authorNava kishore Manne <nava.manne@xilinx.com>
Wed, 12 Jun 2019 11:14:42 +0000 (13:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2019 07:34:28 +0000 (09:34 +0200)
commit7be7a0145f01393e487aef8123902e08e7286a45
tree27e52a8670a2a6c33c74dd938956c0f6d9f4654a
parenta53f82d6ccb5199ba4f3b54ae3ff0298ffe1c91d
serial: uartps: Do not add a trailing semicolon to macro

This patch fixes this checkpatch warning:
WARNING: macros should not use a trailing semicolon
+#define to_cdns_uart(_nb) container_of(_nb, struct cdns_uart, \
+ clk_rate_change_nb);

Fixes: d9bb3fb12685 ("tty: xuartps: Rebrand driver as Cadence UART")
Signed-off-by: Nava kishore Manne <nava.manne@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/xilinx_uartps.c