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

Commit b70b9099 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: unisys: Remove some unnecessary parenthesis

parent 5981cc99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
/** The user-mode program can access the control channel buffer directly
 *  via this memory map.
 */
#define VISORCHIPSET_MMAP_CONTROLCHANOFFSET    (0x00000000)
#define VISORCHIPSET_MMAP_CONTROLCHANSIZE      (0x00400000)  /* 4MB */
#define VISORCHIPSET_MMAP_CONTROLCHANOFFSET	0x00000000
#define VISORCHIPSET_MMAP_CONTROLCHANSIZE	0x00400000	/* 4MB */

#endif /* __VISORCHIPSET_UMODE_H */