Commit 8eff2e24 authored by Heiko Carstens's avatar Heiko Carstens

s390: remove confusing comment from uapi types header file

The comment for addr_t doesn't make too much sense. Given that also
the formatting is incorrect, just remove it.
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 1c06bb87
......@@ -12,10 +12,7 @@
#ifndef __ASSEMBLY__
/* A address type so that arithmetic can be done on it & it can be upgraded to
64 bit when necessary
*/
typedef unsigned long addr_t;
typedef unsigned long addr_t;
typedef __signed__ long saddr_t;
typedef struct {
......
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