]> Pileus Git - ~andy/linux/blobdiff - scripts/get_maintainer.pl
TTY: serial/msm_serial_hs, remove unused tty
[~andy/linux] / scripts / get_maintainer.pl
index 18d4ab55606bcb1ee41d2b7d0cb32afbf06163d9..ce4cc837b74890e8ad973242718d1050e1f909c1 100755 (executable)
@@ -611,6 +611,10 @@ sub get_maintainers {
                                    $hash{$tvi} = $value_pd;
                                }
                            }
+                       } elsif ($type eq 'K') {
+                           if ($file =~ m/$value/x) {
+                               $hash{$tvi} = 0;
+                           }
                        }
                    }
                }