diff options
author | Anand Moon <linux.amoon@gmail.com> | 2024-06-23 23:10:21 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-05 13:57:02 -0600 |
commit | 608a88c2709cc46c3de0f0ecd9206866b58c256f (patch) | |
tree | a0d83472ef697c2adf4942d123282a2e90b349e8 /lib | |
parent | 17c39e700c634516887079ad961df99fe63b080d (diff) |
Fix Kconfig coding style from spaces to tab
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index b3baa4b85b0..2059219a120 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -1143,7 +1143,7 @@ config PHANDLE_CHECK_SEQ bool "Enable phandle check while getting sequence number" help When there are multiple device tree nodes with same name, - enable this config option to distinguish them using + enable this config option to distinguish them using phandles in fdtdec_get_alias_seq() function. endmenu |