diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2023-01-17 12:59:41 +0300 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-01-22 17:43:33 +0300 |
| commit | a82dde4a35eea6d6cf4ef23da1567726aced979f (patch) | |
| tree | 38af23dc90795771ae5ac8c2f1ec253200864aae | |
| parent | 12fec3d60118237e4674a463c2c2923b8279ad67 (diff) | |
| download | linux-a82dde4a35eea6d6cf4ef23da1567726aced979f.tar.xz | |
MAINTAINERS: fix kbuild repo branch
The MAINTAINERS repository entry specifies "kconfig" as the branch, but
the repository itself has "kbuild".
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f781f936ae35..5a21e0aa7605 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11170,7 +11170,7 @@ M: Masahiro Yamada <masahiroy@kernel.org> L: linux-kbuild@vger.kernel.org S: Maintained Q: https://patchwork.kernel.org/project/linux-kbuild/list/ -T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig +T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kbuild F: Documentation/kbuild/kconfig* F: scripts/Kconfig.include F: scripts/kconfig/ |
