From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7E79633F5BC; Thu, 21 May 2026 02:10:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779329430; cv=none; b=UjRU2ikWKBmRFQI9GwMLTEutrYmc5Rimn4hAnRJh4nLnqrpcJiWs7JDWcobBwNDJxwYkroShL4bUdoZUEdylnZAITrSh11U83SSa/H37esvC+K6BJLwQFShGG0HhmXvjQvDNqTbPe28EohNZAvdh/CwKaSIhsVvI8VtyLa+Rtko= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779329430; c=relaxed/simple; bh=eozyLbpDdiloCRqtx0/ngaofjUmpN5fy7fLLFFFMWFM=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=byv2SlaF4jgl/UXuP+YkFGS3r/f+pFXCOiZjayBT7rzOEI8HACwUY55w+W1P417xwjdnfb4QBlcZUutMPK38mvbHuyG7B2xjYtTLrUo73SAwHbBhnOPFXfQo5PBY0f61am6lAcpMfHL+hBlTwNJFzzApH5ryFd5re3CGOmUPGu8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Sf20Z5aF; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Sf20Z5aF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D87B1F000E9; Thu, 21 May 2026 02:10:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779329429; bh=ivDt/eXSZ8q8zdAd+yr/i20mMcVaiBKx5g2mCtrA0go=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=Sf20Z5aFKCSFP8HNP8vxrhjXrmjxbV5nGPLL+1lNEYHLBhn4Dp3iPfaM39B5QlOa2 AXyyjSiRX2qhcy2Ul7gjtsf7f5mX2dtRw7DJQujo0L5uAiBMI113uVk4n5B8wfdOEQ RAvgoivg9q+Mrb9BLbWP4dwWtZ2P+r7DBgymxWK1tI5skX9Oq1htz4f9dJ2U0r+FHi FrIUsGxS8XBBYB0igQ3UGl2kdUgQ/C16O96fe0JilPMsTRp03UJAUt508SUsSMTPKE NnX8zxuVjxzqJTK3CET0WZb0L8sHGW8nHM5E/V7GnUb9Haleno6Q95c0zDT/EmxZxG NzDOeEdhq2gIg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 939563930C38; Thu, 21 May 2026 02:10:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v1] dpll: zl3073x: Use named initializers for struct i2c_device_id From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177932943911.3832404.650041739281306010.git-patchwork-notify@kernel.org> Date: Thu, 21 May 2026 02:10:39 +0000 References: <20260519142710.1587324-2-u.kleine-koenig@baylibre.com> In-Reply-To: <20260519142710.1587324-2-u.kleine-koenig@baylibre.com> To: =?utf-8?q?Uwe_Kleine-K=C3=B6nig_=28The_Capable_Hub=29_=3Cu=2Ekleine-koenig?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org, =?utf-8?q?=40baylibre=2Ecom=3E?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org Cc: ivecera@redhat.com, Prathosh.Satish@microchip.com, vadim.fedorenko@linux.dev, arkadiusz.kubalewski@intel.com, jiri@resnulli.us, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 19 May 2026 16:27:10 +0200 you wrote: > While being less compact, using named initializers allows to more easily > see which members of the structs are assigned which value without having > to lookup the declaration of the struct. And it's also more robust > against changes to the struct definition. > > This patch doesn't modify the compiled arrays, only their representation > in source form benefits. The former was confirmed with x86 and arm64 > builds. > > [...] Here is the summary with links: - [v1] dpll: zl3073x: Use named initializers for struct i2c_device_id https://git.kernel.org/netdev/net-next/c/a09dfac0296d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html