Message ID | 20240322114819.1801795-1-ppandit@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Commit | cc2699268152d8e0386a36fe7c9271d7e23668f2 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net,v1] dpll: indent DPLL option type by a tab | expand |
On 22/03/2024 11:48, Prasad Pandit wrote: > From: Prasad Pandit <pjp@fedoraproject.org> > > Indent config option type by a tab. It helps Kconfig parsers > to read file without error. > > Fixes: 9431063ad323 ("dpll: core: Add DPLL framework base functions") > Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> > --- > drivers/dpll/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > v1: > - Add Fixes tag and specify -net tree in the subject. > v0: https://lore.kernel.org/netdev/CAE8KmOx9-BgbOxV6-wDRz2XUasEzp2krqMPbVYYZbav+8dCtBw@mail.gmail.com/T/#t > > diff --git a/drivers/dpll/Kconfig b/drivers/dpll/Kconfig > index a4cae73f20d3..20607ed54243 100644 > --- a/drivers/dpll/Kconfig > +++ b/drivers/dpll/Kconfig > @@ -4,4 +4,4 @@ > # > > config DPLL > - bool > + bool Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Fri, Mar 22, 2024 at 12:48:19PM CET, ppandit@redhat.com wrote: >From: Prasad Pandit <pjp@fedoraproject.org> > >Indent config option type by a tab. It helps Kconfig parsers >to read file without error. > >Fixes: 9431063ad323 ("dpll: core: Add DPLL framework base functions") >Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Next time please wait 24hours before you send another patch version.
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 22 Mar 2024 17:18:19 +0530 you wrote: > From: Prasad Pandit <pjp@fedoraproject.org> > > Indent config option type by a tab. It helps Kconfig parsers > to read file without error. > > Fixes: 9431063ad323 ("dpll: core: Add DPLL framework base functions") > Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> > > [...] Here is the summary with links: - [net,v1] dpll: indent DPLL option type by a tab https://git.kernel.org/netdev/net/c/cc2699268152 You are awesome, thank you!
diff --git a/drivers/dpll/Kconfig b/drivers/dpll/Kconfig index a4cae73f20d3..20607ed54243 100644 --- a/drivers/dpll/Kconfig +++ b/drivers/dpll/Kconfig @@ -4,4 +4,4 @@ # config DPLL - bool + bool