From: Heiko Carstens Date: Sun, 12 Feb 2023 16:37:48 +0000 (+0100) Subject: s390: remove confusing comment from uapi types header file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8eff2e2410cfe941207cb17ab322b0e6ce780f54;p=linux.git 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 --- diff --git a/arch/s390/include/uapi/asm/types.h b/arch/s390/include/uapi/asm/types.h index 805fccbe00403..84457dbb26b4a 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 {