OSDN Git Service

Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210430' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 4 May 2021 09:58:55 +0000 (10:58 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 4 May 2021 09:58:56 +0000 (10:58 +0100)
commit3e13d8e34b53d8f9a3421a816ccfbdc5fa874e98
treee31ed1ec9944b96a53bec83b947170125adce8b1
parente93d8bcf9dbd5b8dd3b9ddbb1ece6a37e608f300
parent58b3beb483d08066548d84eccd007b9d8bd24a2b
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>