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-Tag: io_uring-6.3-2023-03-03~22^2~5 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8eff2e2410cfe941207cb17ab322b0e6ce780f54;p=linux-2.6-block.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 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 {