qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] ca0fd2: bsd-user: whitespace changes


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] ca0fd2: bsd-user: whitespace changes
Date: Tue, 04 May 2021 02:59:34 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: ca0fd2e345033e14f1d3358304243e8606ced14f
      
https://github.com/qemu/qemu/commit/ca0fd2e345033e14f1d3358304243e8606ced14f
  Author: Warner Losh <imp@bsdimp.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M bsd-user/bsdload.c

  Log Message:
  -----------
  bsd-user: whitespace changes

keyword space paren, no space before ( in function calls, spaces around
operators.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>


  Commit: cefbade1739fe18da295f6cf1d3d6f1acab280bb
      
https://github.com/qemu/qemu/commit/cefbade1739fe18da295f6cf1d3d6f1acab280bb
  Author: Warner Losh <imp@bsdimp.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M bsd-user/qemu.h

  Log Message:
  -----------
  bsd-user: style tweak: keyword space (

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>


  Commit: fa0546370d6d13016687854c341d057520672aec
      
https://github.com/qemu/qemu/commit/fa0546370d6d13016687854c341d057520672aec
  Author: Warner Losh <imp@bsdimp.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M bsd-user/bsdload.c

  Log Message:
  -----------
  bsd-user: style tweak: return is not a function, eliminate ()

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>


  Commit: 92ac45049b8c17b2ea659c9533951f391ac93744
      
https://github.com/qemu/qemu/commit/92ac45049b8c17b2ea659c9533951f391ac93744
  Author: Warner Losh <imp@bsdimp.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M bsd-user/syscall.c

  Log Message:
  -----------
  bsd-user: put back a break; that had gone missing...

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>


  Commit: 58b3beb483d08066548d84eccd007b9d8bd24a2b
      
https://github.com/qemu/qemu/commit/58b3beb483d08066548d84eccd007b9d8bd24a2b
  Author: Warner Losh <imp@bsdimp.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M bsd-user/bsdload.c

  Log Message:
  -----------
  bsd-user: style tweak: Put {} around all if/else/for statements

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>


  Commit: 3e13d8e34b53d8f9a3421a816ccfbdc5fa874e98
      
https://github.com/qemu/qemu/commit/3e13d8e34b53d8f9a3421a816ccfbdc5fa874e98
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M bsd-user/bsdload.c
    M bsd-user/qemu.h
    M bsd-user/syscall.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210430' 
into staging

bsd-user: start to cleanup the mess

A number of small cleanups to get started. All the checkpatch.pl warnings for
bsdload.c have been fixed, as well as a warning from qemu.h (though more remain
and this patch series fails the format check still). I've also fixed a
compile-time warning about a missing break.

# gpg: Signature made Fri 30 Apr 2021 16:40:08 BST
# gpg:                using RSA key 2035F894B00AA3CF7CCDE1B76C1CD1287DB01100
# gpg: Good signature from "Warner Losh <wlosh@netflix.com>" [unknown]
# gpg:                 aka "Warner Losh <imp@bsdimp.com>" [unknown]
# gpg:                 aka "Warner Losh <imp@freebsd.org>" [unknown]
# gpg:                 aka "Warner Losh <imp@village.org>" [unknown]
# gpg:                 aka "Warner Losh <wlosh@bsdimp.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 2035 F894 B00A A3CF 7CCD  E1B7 6C1C D128 7DB0 1100

* remotes/bsdimp/tags/pull-bsd-user-20210430:
  bsd-user: style tweak: Put {} around all if/else/for statements
  bsd-user: put back a break; that had gone missing...
  bsd-user: style tweak: return is not a function, eliminate ()
  bsd-user: style tweak: keyword space (
  bsd-user: whitespace changes

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/e93d8bcf9dbd...3e13d8e34b53



reply via email to

[Prev in Thread] Current Thread [Next in Thread]