From: Jakub Kicinski <kuba@kernel.org>
To: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Cc: donald.hunter@gmail.com, davem@davemloft.net,
edumazet@google.com, pabeni@redhat.com, horms@kernel.org,
vadim.fedorenko@linux.dev, jiri@resnulli.us,
anthony.l.nguyen@intel.com, przemyslaw.kitszel@intel.com,
andrew+netdev@lunn.ch, saeedm@nvidia.com, leon@kernel.org,
tariqt@nvidia.com, jonathan.lemon@gmail.com,
richardcochran@gmail.com, aleksandr.loktionov@intel.com,
milena.olech@intel.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, intel-wired-lan@lists.osuosl.org,
linux-rdma@vger.kernel.org
Subject: Re: [PATCH net-next v2 1/4] dpll: use struct dpll_device_info for dpll registration
Date: Wed, 16 Apr 2025 19:09:21 -0700 [thread overview]
Message-ID: <20250416190921.3cfd6326@kernel.org> (raw)
In-Reply-To: <20250415181543.1072342-2-arkadiusz.kubalewski@intel.com>
On Tue, 15 Apr 2025 20:15:40 +0200 Arkadiusz Kubalewski wrote:
> @@ -408,14 +408,14 @@ EXPORT_SYMBOL_GPL(dpll_device_register);
> * Context: Acquires a lock (dpll_lock)
> */
> void dpll_device_unregister(struct dpll_device *dpll,
> - const struct dpll_device_ops *ops, void *priv)
> + const struct dpll_device_info *info, void *priv)
Some kdoc unhappiness here, W=1 build should lead you to it.
next prev parent reply other threads:[~2025-04-17 2:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-15 18:15 [PATCH net-next v2 0/4] dpll: add all inputs phase offset monitor Arkadiusz Kubalewski
2025-04-15 18:15 ` [PATCH net-next v2 1/4] dpll: use struct dpll_device_info for dpll registration Arkadiusz Kubalewski
2025-04-16 12:13 ` Jiri Pirko
2025-04-17 9:33 ` Kubalewski, Arkadiusz
2025-04-17 9:56 ` Jiri Pirko
2025-04-17 2:09 ` Jakub Kicinski [this message]
2025-04-17 9:34 ` Kubalewski, Arkadiusz
2025-04-15 18:15 ` [PATCH net-next v2 2/4] dpll: add features and capabilities to dpll device spec Arkadiusz Kubalewski
2025-04-15 18:15 ` [PATCH net-next v2 3/4] dpll: features_get/set callbacks Arkadiusz Kubalewski
2025-04-16 12:10 ` Jiri Pirko
2025-04-17 9:23 ` Kubalewski, Arkadiusz
2025-04-17 9:59 ` Jiri Pirko
2025-05-08 12:30 ` Kubalewski, Arkadiusz
2025-04-15 18:15 ` [PATCH net-next v2 4/4] ice: add phase offset monitor for all PPS dpll inputs Arkadiusz Kubalewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250416190921.3cfd6326@kernel.org \
--to=kuba@kernel.org \
--cc=aleksandr.loktionov@intel.com \
--cc=andrew+netdev@lunn.ch \
--cc=anthony.l.nguyen@intel.com \
--cc=arkadiusz.kubalewski@intel.com \
--cc=davem@davemloft.net \
--cc=donald.hunter@gmail.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jiri@resnulli.us \
--cc=jonathan.lemon@gmail.com \
--cc=leon@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=milena.olech@intel.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=przemyslaw.kitszel@intel.com \
--cc=richardcochran@gmail.com \
--cc=saeedm@nvidia.com \
--cc=tariqt@nvidia.com \
--cc=vadim.fedorenko@linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).