net: slcan, slip -- no need for goto when if () will do
Pavel Machek authored

No need to play with gotos to jump over single statement.
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
Acked-by: default avatarOliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
dacf470b
Name Last commit Last update
Documentation dt-bindings: soc: qcom: add IPA bindings
LICENSES LICENSES: Rename other to deprecated
arch arm64: dts: sdm845: add IPA information
block Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block
certs certs: Add wrapper function to check blacklisted binary hash
crypto Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
drivers net: slcan, slip -- no need for goto when if () will do
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
include cdc_ncm: Implement the 32-bit version of NCM Transfer Block
init Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
ipc Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
mm Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
net pktgen: Allow on loopback device
samples Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
security Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
sound sound: bt87x: use pci_status_get_and_clear_errors
tools mptcp: selftests: add rcvbuf set option
usr Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
virt KVM: Disable preemption in kvm_get_running_vcpu()
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.