commit | 6c368f42f364ba525fcf6e174ca06e378cb152af | [log] [tgz] |
---|---|---|
author | Anand Moon <linux.amoon@gmail.com> | Sun Jun 23 23:10:21 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 05 13:57:02 2024 -0600 |
tree | a0d83472ef697c2adf4942d123282a2e90b349e8 | |
parent | 1319bdaec303f135ae2f9a6e6d576bc1e9d36566 [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>