diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-09 16:59:01 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-12 18:59:50 +0300 |
commit | d76231e460fbaba7115212bf55f1eab35aba6223 (patch) | |
tree | 74a435f39a69f0c138e0d42cd3095a7ef4eb29ab /MAINTAINERS | |
parent | b3627647f9ea7473d10fb08a95fd7c4133a17ca4 (diff) | |
download | linux-d76231e460fbaba7115212bf55f1eab35aba6223.tar.xz |
media: xc2028: rename the driver from tuner-xc2028
This is the only tuner driver that has "tuner-" on its name.
Rename it, in order to match all the other tuner drivers.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ae55cd558d95..1a9fb0615925 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21049,7 +21049,7 @@ L: linux-media@vger.kernel.org S: Maintained W: https://linuxtv.org T: git git://linuxtv.org/media_tree.git -F: drivers/media/tuners/tuner-xc2028.* +F: drivers/media/tuners/xc2028.* XDP (eXpress Data Path) M: Alexei Starovoitov <ast@kernel.org> |