staging:iio:meter: Add name to function definition arguments
Rodrigo Siqueira authored

This patch fixes the checkpatch.pl warning:

drivers/staging/iio/meter/ade7854.h:157: WARNING: function definition
argument 'struct device *' should also have an identifier name...

This commit adds arguments names to the signature declared in the
ade7854_state struct. For consistency reason, It also renames all
arguments in function definitions.
Signed-off-by: default avatarRodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
6de543e3
Name Last commit Last update
Documentation staging: fsl-mc: Move core bus out of staging
LICENSES LICENSES: Add MPL-1.1 license
arch unify {de,}mangle_poll(), get rid of kernel-side POLL...
block vfs: do bulk POLL* -> EPOLL* replacement
certs License cleanup: add SPDX GPL-2.0 license identifier to files with no license
crypto vfs: do bulk POLL* -> EPOLL* replacement
drivers staging:iio:meter: Add name to function definition arguments
firmware kbuild: remove all dummy assignments to obj-
fs vfs: do bulk POLL* -> EPOLL* replacement
include staging: fsl-mc: Move core bus out of staging
init membarrier: Provide core serializing command, *_SYNC_CORE
ipc vfs: do bulk POLL* -> EPOLL* replacement
kernel vfs: do bulk POLL* -> EPOLL* replacement
lib Merge tag 'iio-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
mm vfs: do bulk POLL* -> EPOLL* replacement
net vfs: do bulk POLL* -> EPOLL* replacement
samples sample/bpf: fix erspan metadata
scripts Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security vfs: do bulk POLL* -> EPOLL* replacement
sound vfs: do bulk POLL* -> EPOLL* replacement
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt vfs: do bulk POLL* -> EPOLL* replacement
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.