Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs-coda-fix-readlink-buffer-overflow-checkpatch-fixes
ERROR: need consistent spacing around '+' (ctx:VxW) torvalds#35: FILE: fs/coda/upcall.c:356: + INSIZE(readlink), OUTSIZE(readlink)+ *length); ^ ERROR: space prohibited after that open parenthesis '(' torvalds#45: FILE: fs/coda/upcall.c:364: + if ( retlen >= *length ) ERROR: space prohibited before that close parenthesis ')' torvalds#45: FILE: fs/coda/upcall.c:364: + if ( retlen >= *length ) total: 3 errors, 0 warnings, 18 lines checked ./patches/fs-coda-fix-readlink-buffer-overflow.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Jan Harkes <jaharkes@cs.cmu.edu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
- Loading branch information