]> Git Repo - linux.git/blobdiff - scripts/patch-kernel
xprtrdma: Prevent inline overflow
[linux.git] / scripts / patch-kernel
index d000ea3a41fdb7f202a34e439cf954bd5353b74f..49b4241e814a90c159cc272e655daa6294c7a2ea 100755 (executable)
@@ -27,7 +27,7 @@
 #       Nick Holloway <[email protected]>, 2nd January 1995.
 #
 # Added support for handling multiple types of compression. What includes
-# gzip, bzip, bzip2, zip, compress, and plaintext. 
+# gzip, bzip, bzip2, zip, compress, and plaintext.
 #
 #       Adam Sulmicki <[email protected]>, 1st January 1997.
 #
@@ -159,7 +159,7 @@ applyPatch () {
   fi
   # Remove backup files
   find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
+
   return 0;
 }
 
This page took 0.030125 seconds and 4 git commands to generate.