Go to file
Johannes Berg 84acc85a62 iwlwifi: mvm: remove newline from rs_pretty_print_rate()
Some of the places using this want the newline, but not all,
so remove the newline from it and generate it in the debugfs
files where it's desired.

The effect of this is not printing double newlines in debug
log messages.

Change-Id: Ia59b0abbef16b6783fcabc095c5fde16bd047a26
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2020-03-27 08:12:53 +02:00
arch
block
certs
crypto
Documentation devlink: expand the devlink-info documentation 2020-03-24 16:47:33 -07:00
drivers iwlwifi: mvm: remove newline from rs_pretty_print_rate() 2020-03-27 08:12:53 +02:00
fs
include net: phy: introduce phy_read_poll_timeout macro 2020-03-23 22:00:02 -07:00
init
ipc
kernel
lib
LICENSES
mm
net ethtool: fix incorrect tx-checksumming settings reporting 2020-03-24 16:25:11 -07:00
samples
scripts
security
sound
tools selftests: txtimestamp: print statistics for timestamp events. 2020-03-21 20:14:13 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next 2020-03-19 21:33:27 -07:00
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.