Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37c44b52 authored by Cong Ding's avatar Cong Ding Committed by Greg Kroah-Hartman
Browse files

tty: add parenthesis to macro POLL_PERIOD in rocket.c



Macros should be enclosed in parenthesis

Signed-off-by: default avatarCong Ding <dinggnu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b9f8033f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -55,7 +55,7 @@
#undef REV_PCI_ORDER
#undef REV_PCI_ORDER
#undef ROCKET_DEBUG_IO
#undef ROCKET_DEBUG_IO


#define POLL_PERIOD HZ/100	/*  Polling period .01 seconds (10ms) */
#define POLL_PERIOD (HZ/100)	/*  Polling period .01 seconds (10ms) */


/****** Kernel includes ******/
/****** Kernel includes ******/