[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210318104036.3175910-1-lee.jones@linaro.org>
Date: Thu, 18 Mar 2021 10:40:26 +0000
From: Lee Jones <lee.jones@...aro.org>
To: lee.jones@...aro.org
Cc: linux-kernel@...r.kernel.org, Andrew Lunn <andrew@...n.ch>,
Anton Vorontsov <anton@...msg.org>, benh@...nel.crashing.org,
Colin Cross <ccross@...roid.com>,
"David S. Miller" <davem@...emloft.net>,
devicetree@...r.kernel.org, Frank Rowand <frowand.list@...il.com>,
Heiner Kallweit <hkallweit1@...il.com>,
Josh Cartwright <joshc@...eaurora.org>,
Kees Cook <keescook@...omium.org>,
Marek Szyprowski <m.szyprowski@...sung.com>,
netdev@...r.kernel.org,
Pantelis Antoniou <pantelis.antoniou@...sulko.com>,
Rob Herring <robh+dt@...nel.org>,
Russell King <linux@...linux.org.uk>,
Tony Luck <tony.luck@...el.com>
Subject: [PATCH v2 00/10] Rid W=1 warnings from OF
This set is part of a larger effort attempting to clean-up W=1
kernel builds, which are currently overwhelmingly riddled with
niggly little warnings.
v2:
- Provided some descriptions to exported functions
Lee Jones (10):
of: device: Fix function name in header and provide missing
descriptions
of: dynamic: Fix incorrect parameter name and provide missing
descriptions
of: platform: Demote kernel-doc abuse
of: base: Fix some formatting issues and provide missing descriptions
of: property: Provide missing member description and remove excess
param
of: address: Provide descriptions for 'of_address_to_resource's params
of: fdt: Demote kernel-doc abuses and fix function naming
of: of_net: Provide function name and param description
of: overlay: Fix function name disparity
of: of_reserved_mem: Demote kernel-doc abuses
drivers/of/address.c | 3 +++
drivers/of/base.c | 16 +++++++++++-----
drivers/of/device.c | 7 ++++++-
drivers/of/dynamic.c | 4 +++-
drivers/of/fdt.c | 23 ++++++++++++-----------
drivers/of/of_net.c | 3 +++
drivers/of/of_reserved_mem.c | 6 +++---
drivers/of/overlay.c | 2 +-
drivers/of/platform.c | 2 +-
drivers/of/property.c | 2 +-
10 files changed, 44 insertions(+), 24 deletions(-)
Cc: Andrew Lunn <andrew@...n.ch>
Cc: Anton Vorontsov <anton@...msg.org>
Cc: benh@...nel.crashing.org
Cc: Colin Cross <ccross@...roid.com>
Cc: "David S. Miller" <davem@...emloft.net>
Cc: devicetree@...r.kernel.org
Cc: Frank Rowand <frowand.list@...il.com>
Cc: Heiner Kallweit <hkallweit1@...il.com>
Cc: Josh Cartwright <joshc@...eaurora.org>
Cc: Kees Cook <keescook@...omium.org>
Cc: Marek Szyprowski <m.szyprowski@...sung.com>
Cc: netdev@...r.kernel.org
Cc: Pantelis Antoniou <pantelis.antoniou@...sulko.com>
Cc: Rob Herring <robh+dt@...nel.org>
Cc: Russell King <linux@...linux.org.uk>
Cc: Tony Luck <tony.luck@...el.com>
--
2.27.0
Powered by blists - more mailing lists