Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -4
+1 -4
arch/s390/include/uapi/asm/types.h
··· 12 12 13 13 #ifndef __ASSEMBLY__ 14 14 15 - /* A address type so that arithmetic can be done on it & it can be upgraded to 16 - 64 bit when necessary 17 - */ 18 - typedef unsigned long addr_t; 15 + typedef unsigned long addr_t; 19 16 typedef __signed__ long saddr_t; 20 17 21 18 typedef struct {