]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/kernel/syscall.c
Merge branch 'sfc-3.9' into master
[karo-tx-linux.git] / arch / mips / kernel / syscall.c
index b32466a1a1d24a7782024d7000c75116340ccff0..b79d13f95bf01b5d666e18fa22caf0ff66e0188b 100644 (file)
@@ -41,9 +41,9 @@
 
 /*
  * For historic reasons the pipe(2) syscall on MIPS has an unusual calling
- * convention.  It returns results in registers $v0 / $v1 which means there
+ * convention. It returns results in registers $v0 / $v1 which means there
  * is no need for it to do verify the validity of a userspace pointer
- * argument.  Historically that used to be expensive in Linux.  These days
+ * argument.  Historically that used to be expensive in Linux. These days
  * the performance advantage is negligible.
  */
 asmlinkage int sysm_pipe(void)