OSDN Git Service

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Apr 2018 18:56:35 +0000 (11:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Apr 2018 18:56:35 +0000 (11:56 -0700)
Pull trivial tree updates from Jiri Kosina.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial:
  kfifo: fix inaccurate comment
  tools/thermal: tmon: fix for segfault
  net: Spelling s/stucture/structure/
  edd: don't spam log if no EDD information is present
  Documentation: Fix early-microcode.txt references after file rename
  tracing: Block comments should align the * on each line
  treewide: Fix typos in printk
  GenWQE: Fix a typo in two comments
  treewide: Align function definition open/close braces

1  2 
arch/x86/Kconfig
arch/x86/include/asm/atomic64_32.h
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
drivers/gpu/drm/amd/display/dc/core/dc.c
drivers/gpu/drm/i915/intel_cdclk.c
drivers/net/wireless/ath/ath9k/xmit.c
fs/xfs/xfs_export.c
kernel/trace/trace.c
net/socket.c
sound/soc/fsl/fsl_dma.c

Simple merge
@@@ -123,10 -122,10 +123,10 @@@ static inline long long arch_atomic64_r
        long long r;
        alternative_atomic64(read, "=&A" (r), "c" (v) : "memory");
        return r;
 }
+ }
  
  /**
 - * atomic64_add_return - add and return
 + * arch_atomic64_add_return - add and return
   * @i: integer value to add
   * @v: pointer to type atomic64_t
   *
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc net/socket.c
@@@ -1536,11 -1516,11 +1536,11 @@@ SYSCALL_DEFINE2(listen, int, fd, int, b
   *
   *    1003.1g adds the ability to recvmsg() to query connection pending
   *    status to recvmsg. We need to add that support in a way thats
-  *    clean when we restucture accept also.
+  *    clean when we restructure accept also.
   */
  
 -SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,
 -              int __user *, upeer_addrlen, int, flags)
 +int __sys_accept4(int fd, struct sockaddr __user *upeer_sockaddr,
 +                int __user *upeer_addrlen, int flags)
  {
        struct socket *sock, *newsock;
        struct file *newfile;
Simple merge