sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs tree
[pandora-kernel.git] / scripts / get_maintainer.pl
index f76f3d1..6f97a13 100755 (executable)
@@ -284,7 +284,7 @@ foreach my $file (@ARGV) {
        my $file_cnt = @files;
        my $lastfile;
 
-       open(my $patch, '<', $file)
+       open(my $patch, "< $file")
            or die "$P: Can't open $file: $!\n";
        while (<$patch>) {
            my $patch_line = $_;