[PATCH v2 00/10] Rid W=1 warnings from OF

From: Lee Jones
Date: Thu Mar 18 2021 - 06:41:36 EST


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@xxxxxxx>
Cc: Anton Vorontsov <anton@xxxxxxxxxx>
Cc: benh@xxxxxxxxxxxxxxxxxxx
Cc: Colin Cross <ccross@xxxxxxxxxxx>
Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
Cc: devicetree@xxxxxxxxxxxxxxx
Cc: Frank Rowand <frowand.list@xxxxxxxxx>
Cc: Heiner Kallweit <hkallweit1@xxxxxxxxx>
Cc: Josh Cartwright <joshc@xxxxxxxxxxxxxx>
Cc: Kees Cook <keescook@xxxxxxxxxxxx>
Cc: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
Cc: netdev@xxxxxxxxxxxxxxx
Cc: Pantelis Antoniou <pantelis.antoniou@xxxxxxxxxxxx>
Cc: Rob Herring <robh+dt@xxxxxxxxxx>
Cc: Russell King <linux@xxxxxxxxxxxxxxx>
Cc: Tony Luck <tony.luck@xxxxxxxxx>
--
2.27.0