projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c06bb8
)
s390: remove confusing comment from uapi types header file
author
Heiko Carstens
<hca@linux.ibm.com>
Sun, 12 Feb 2023 16:37:48 +0000
(17:37 +0100)
committer
Heiko Carstens
<hca@linux.ibm.com>
Tue, 14 Feb 2023 10:45:40 +0000
(11:45 +0100)
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>
arch/s390/include/uapi/asm/types.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/uapi/asm/types.h
b/arch/s390/include/uapi/asm/types.h
index 805fccbe00403918051a3b7ca677b7abe4b9d19f..84457dbb26b4a4bb136d069ecdf08af6faa55d12 100644
(file)
--- 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 {