Skip to content

Commit 8eff2e2

Browse files
committed
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 <[email protected]>
1 parent 1c06bb8 commit 8eff2e2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

arch/s390/include/uapi/asm/types.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212

1313
#ifndef __ASSEMBLY__
1414

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;
1916
typedef __signed__ long saddr_t;
2017

2118
typedef struct {

0 commit comments

Comments
 (0)