diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2023-02-12 19:37:48 +0300 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2023-02-14 13:45:40 +0300 |
commit | 8eff2e2410cfe941207cb17ab322b0e6ce780f54 (patch) | |
tree | e1fe881194f9daa4f1ee8d5ecb9b0832fc96bdae /arch/s390/include/uapi/asm | |
parent | 1c06bb87afb2d95b8e9f4f2e3d0d6772c68f3e76 (diff) | |
download | linux-8eff2e2410cfe941207cb17ab322b0e6ce780f54.tar.xz |
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: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/uapi/asm')
-rw-r--r-- | arch/s390/include/uapi/asm/types.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/s390/include/uapi/asm/types.h b/arch/s390/include/uapi/asm/types.h index 805fccbe0040..84457dbb26b4 100644 --- a/arch/s390/include/uapi/asm/types.h +++ b/arch/s390/include/uapi/asm/types.h @@ -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 { |