소스 검색

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

Rich Felker 5 년 전
부모
커밋
7f797b5e25
9개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 1
      arch/arm/bits/shm.h
  2. 0 1
      arch/generic/bits/shm.h
  3. 0 1
      arch/i386/bits/shm.h
  4. 0 1
      arch/m68k/bits/shm.h
  5. 0 1
      arch/microblaze/bits/shm.h
  6. 0 1
      arch/mips/bits/shm.h
  7. 0 1
      arch/or1k/bits/shm.h
  8. 0 1
      arch/powerpc/bits/shm.h
  9. 0 1
      arch/powerpc64/bits/shm.h

+ 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;
 };
-