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

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
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -12,9 +12,6 @@

#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 __signed__ long saddr_t;