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>
This commit is contained in:
Heiko Carstens 2023-02-12 17:37:48 +01:00
parent 1c06bb87af
commit 8eff2e2410

View File

@ -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 {