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

staging: unisys: Remove some unnecessary parenthesis

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5981cc99
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment