فهرست منبع

remove trailing newlines from various versions of bits/shm.h

Rich Felker 5 سال پیش
والد
کامیت
7f797b5e25

+ 0 - 1
arch/arm/bits/shm.h

@@ -25,4 +25,3 @@ struct shm_info {
 	unsigned long shm_tot, shm_rss, shm_swp;
 	unsigned long __swap_attempts, __swap_successes;
 };
-

+ 0 - 1
arch/generic/bits/shm.h

@@ -22,4 +22,3 @@ struct shm_info {
 	unsigned long shm_tot, shm_rss, shm_swp;
 	unsigned long __swap_attempts, __swap_successes;
 };
-

+ 0 - 1
arch/i386/bits/shm.h

@@ -25,4 +25,3 @@ struct shm_info {
 	unsigned long shm_tot, shm_rss, shm_swp;
 	unsigned long __swap_attempts, __swap_successes;
 };
-

+ 0 - 1
arch/m68k/bits/shm.h

@@ -25,4 +25,3 @@ struct shm_info {
 	unsigned long shm_tot, shm_rss, shm_swp;
 	unsigned long __swap_attempts, __swap_successes;
 };
-

+ 0 - 1
arch/microblaze/bits/shm.h

@@ -25,4 +25,3 @@ struct shm_info {
 	unsigned long shm_tot, shm_rss, shm_swp;
 	unsigned long __swap_attempts, __swap_successes;
 };
-

+ 0 - 1
arch/mips/bits/shm.h

@@ -22,4 +22,3 @@ struct shm_info {
 	unsigned long shm_tot, shm_rss, shm_swp;
 	unsigned long __swap_attempts, __swap_successes;
 };
-

+ 0 - 1
arch/or1k/bits/shm.h

@@ -25,4 +25,3 @@ struct shm_info {
 	unsigned long shm_tot, shm_rss, shm_swp;
 	unsigned long __swap_attempts, __swap_successes;
 };
-

+ 0 - 1
arch/powerpc/bits/shm.h

@@ -26,4 +26,3 @@ struct shm_info {
 	unsigned long shm_tot, shm_rss, shm_swp;
 	unsigned long __swap_attempts, __swap_successes;
 };
-

+ 0 - 1
arch/powerpc64/bits/shm.h

@@ -21,4 +21,3 @@ struct shm_info {
 	unsigned long shm_tot, shm_rss, shm_swp;
 	unsigned long __swap_attempts, __swap_successes;
 };
-