The patch titled Subject: hfs-hfsplus-follow-macos-time-behavior-checkpatch-fixes has been removed from the -mm tree. Its filename was hfs-hfsplus-follow-macos-time-behavior-checkpatch-fixes.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: hfs-hfsplus-follow-macos-time-behavior-checkpatch-fixes ERROR: space prohibited after that '-' (ctx:WxW) #87: FILE: fs/hfs/hfs_fs.h:265: + ut -= - sys_tz.tz_minuteswest * 60; ^ WARNING: line over 80 characters #100: FILE: fs/hfs/hfs_fs.h:276: +#define hfs_m_to_utime(time) (struct timespec){ .tv_sec = __hfs_m_to_utime(time) } total: 1 errors, 1 warnings, 71 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/hfs-hfsplus-follow-macos-time-behavior.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: Arnd Bergmann <arnd@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/hfs/hfs_fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/hfs/hfs_fs.h~hfs-hfsplus-follow-macos-time-behavior-checkpatch-fixes fs/hfs/hfs_fs.h --- a/fs/hfs/hfs_fs.h~hfs-hfsplus-follow-macos-time-behavior-checkpatch-fixes +++ a/fs/hfs/hfs_fs.h @@ -262,7 +262,7 @@ static inline time64_t __hfs_m_to_utime( static inline __be32 __hfs_u_to_mtime(time64_t ut) { - ut -= - sys_tz.tz_minuteswest * 60; + ut -= -sys_tz.tz_minuteswest * 60; /* * MacOS wraps "invalid" times after 2040 when writing back, so _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch ocfs2-return-erofs-when-filesystem-becomes-read-only-checkpatch-fixes.patch mm.patch tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes.patch tools-modifying-page-types-to-include-shared-map-counts-fix-checkpatch-fixes.patch tools-adding-support-for-idle-page-tracking-to-tool-fix.patch mm-drop-vm_bug_on-from-__get_free_pages-fix.patch mm-list_lruc-fold-__list_lru_count_one-into-its-caller.patch mm-fadvise-fix-signed-overflow-ubsan-complaint-fix.patch mm-sparsemem-defer-the-ms-section_mem_map-clearing-fix.patch mm-sparse-optimize-memmap-allocation-during-sparse_init-checkpatch-fixes.patch mm-sparse-abstract-sparse-buffer-allocations-fix.patch mm-sparse-abstract-sparse-buffer-allocations-fix-fix.patch mm-soft-offline-close-the-race-against-page-allocation-fix.patch add-oom-victims-memcg-to-the-oom-context-information-fix.patch mm-oom-distinguish-blockable-mode-for-mmu-notifiers-checkpatch-fixes.patch mm-oom-distinguish-blockable-mode-for-mmu-notifiers-fix.patch list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch mm-oom-cgroup-aware-oom-killer-fix.patch mm-oom-cgroup-aware-oom-killer-fix-2.patch mm-oom-docs-describe-the-cgroup-aware-oom-killer-fix-2-fix.patch kernel-hung_taskc-allow-to-set-checking-interval-separately-from-timeout-fix.patch lib-test_crc-add-test-cases-for-crc-calculation-fix.patch linux-next-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html