lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240815190826.076b7373@kernel.org>
Date: Thu, 15 Aug 2024 19:08:26 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: Krzysztof Kozlowski <krzk@...nel.org>, netdev@...r.kernel.org,
 linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] nfc: mrvl: use scoped device node handling to
 simplify cleanup

On Tue, 13 Aug 2024 12:39:04 +0200 Krzysztof Kozlowski wrote:
> -	matched_node = of_get_compatible_child(node, "marvell,nfc-uart");
> +	struct device_node *matched_node __free(device_node) = of_get_compatible_child(node,
> +										       "marvell,nfc-uart");

The 100+ character line mixing declaration and code is more than 
I can bear. Sorry.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ