staging: unisys: Remove some unnecessary parenthesis
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5981cc9957
commit
b70b9099f0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user