[folded-merged] byteorder-sanity-check-toolchain-vs-kernel-endianess-checkpatch-fixes.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: byteorder-sanity-check-toolchain-vs-kernel-endianess-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     byteorder-sanity-check-toolchain-vs-kernel-endianess-checkpatch-fixes.patch

This patch was dropped because it was folded into byteorder-sanity-check-toolchain-vs-kernel-endianess.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: byteorder-sanity-check-toolchain-vs-kernel-endianess-checkpatch-fixes

WARNING: 'endianess' may be misspelled - perhaps 'endianness'?
#29: FILE: include/uapi/linux/byteorder/big_endian.h:6:
+#error "Unsupported endianess, check your toolchain"

WARNING: 'endianess' may be misspelled - perhaps 'endianness'?
#42: FILE: include/uapi/linux/byteorder/little_endian.h:6:
+#error "Unsupported endianess, check your toolchain"

total: 0 errors, 2 warnings, 20 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

./patches/byteorder-sanity-check-toolchain-vs-kernel-endianess.patch has style problems, please review.

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Christoph Hellwig <hch@xxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 include/uapi/linux/byteorder/big_endian.h    |    2 +-
 include/uapi/linux/byteorder/little_endian.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- a/include/uapi/linux/byteorder/big_endian.h~byteorder-sanity-check-toolchain-vs-kernel-endianess-checkpatch-fixes
+++ a/include/uapi/linux/byteorder/big_endian.h
@@ -3,7 +3,7 @@
 #define _UAPI_LINUX_BYTEORDER_BIG_ENDIAN_H
 
 #if defined(__BYTE_ORDER__) && __BYTE_ORDER__ != __ORDER_BIG_ENDIAN__
-#error "Unsupported endianess, check your toolchain"
+#error "Unsupported endianness, check your toolchain"
 #endif
 
 #ifndef __BIG_ENDIAN
--- a/include/uapi/linux/byteorder/little_endian.h~byteorder-sanity-check-toolchain-vs-kernel-endianess-checkpatch-fixes
+++ a/include/uapi/linux/byteorder/little_endian.h
@@ -3,7 +3,7 @@
 #define _UAPI_LINUX_BYTEORDER_LITTLE_ENDIAN_H
 
 #if defined(__BYTE_ORDER__) && __BYTE_ORDER__ !=  __ORDER_LITTLE_ENDIAN__
-#error "Unsupported endianess, check your toolchain"
+#error "Unsupported endianness, check your toolchain"
 #endif
 
 #ifndef __LITTLE_ENDIAN
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

mm-vmalloc-avoid-bogus-wmaybe-uninitialized-warning-fix.patch
scripts-spellingtxt-drop-sepc-from-the-misspelling-list-fix.patch
ocfs2-add-locking-filter-debugfs-file-fix.patch
ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch
mm.patch
include-linux-pfn_th-remove-pfn_t_to_virt.patch
mm-swap-use-rbtree-for-swap_extent-fix.patch
mm-section-numbers-use-the-type-unsigned-long-fix.patch
proc-use-down_read_killable-mmap_sem-for-proc-pid-map_files-fix.patch
mm-oom_killer-add-task-uid-to-info-message-on-an-oom-kill-fix.patch
vmcore-add-a-kernel-parameter-novmcoredd-fix.patch
vmcore-add-a-kernel-parameter-novmcoredd-fix-fix.patch
byteorder-sanity-check-toolchain-vs-kernel-endianess.patch
coda-add-hinting-support-for-partial-file-caching-fix.patch
selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info-checkpatch-fixes.patch
resource-fix-locking-in-find_next_iomem_res-fix.patch
linux-next-rejects.patch
linux-next-git-rejects.patch
proc-sysctl-add-shared-variables-for-range-check-fix-2-fix.patch
kernel-forkc-export-kernel_thread-to-modules.patch




[Index of Archives]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux