Skip to content

Commit 7e7148b

Browse files
akpm00hnaz
authored andcommitted
ocfs2-do-not-fallback-to-buffer-i-o-write-if-fill-holes-checkpatch-fixes
WARNING: 'retuned' may be misspelled - perhaps 'returned'? torvalds#112: FILE: fs/ocfs2/file.c:2329: + * If generic_file_buffered_write() retuned a synchronous error total: 0 errors, 1 warnings, 121 lines checked ./patches/ocfs2-do-not-fallback-to-buffer-i-o-write-if-fill-holes.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Joel Becker <[email protected]> Cc: Joseph Qi <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: Weiwei Wang <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 8645b4d commit 7e7148b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ocfs2/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2326,7 +2326,7 @@ static ssize_t ocfs2_file_write_iter(struct kiocb *iocb,
23262326
count -= written;
23272327
written_buffered = generic_perform_write(file, from, *ppos);
23282328
/*
2329-
* If generic_file_buffered_write() retuned a synchronous error
2329+
* If generic_file_buffered_write() returned a synchronous error
23302330
* then we want to return the number of bytes which were
23312331
* direct-written, or the error code if that was zero. Note
23322332
* that this differs from normal direct-io semantics, which

0 commit comments

Comments
 (0)