mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-20 07:09:58 +00:00
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:
parent
1c06bb87af
commit
8eff2e2410
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user