diff mbox series

[net,v1] dpll: indent DPLL option type by a tab

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

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag present in non-next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 8 this patch: 8
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers fail 1 blamed authors not CCed: michal.michalik@intel.com; 1 maintainers not CCed: michal.michalik@intel.com
netdev/build_clang success Errors and warnings before: 8 this patch: 8
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 5 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-03-23--00-00 (tests: 943)

Commit Message

Prasad Pandit March 22, 2024, 11:48 a.m. UTC
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

Comments

Vadim Fedorenko March 22, 2024, 12:10 p.m. UTC | #1
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>
Jiri Pirko March 22, 2024, 12:14 p.m. UTC | #2
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.
patchwork-bot+netdevbpf@kernel.org March 26, 2024, 3:10 a.m. UTC | #3
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 mbox series

Patch

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