Skip to content

Commit b8b5eeb

Browse files
akpm00sfrothwell
authored andcommitted
page_writeback-cleanup-mess-around-cancel_dirty_page-checkpatch-fixes
WARNING: 'loosing' may be misspelled - perhaps 'losing'? torvalds#145: FILE: mm/filemap.c:207: + * Dirty page here signals about bug and loosing unwitten data. total: 0 errors, 1 warnings, 155 lines checked ./patches/page_writeback-cleanup-mess-around-cancel_dirty_page.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: Jan Kara <[email protected]> Cc: Konstantin Khlebnikov <[email protected]> Cc: Tejun Heo <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 7845d51 commit b8b5eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/filemap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void __delete_from_page_cache(struct page *page, void *shadow)
204204

205205
/*
206206
* At this point page must be either written or cleaned by truncate.
207-
* Dirty page here signals about bug and loosing unwitten data.
207+
* Dirty page here signals a bug and loss of unwritten data.
208208
*
209209
* This fixes dirty accounting after removing the page entirely but
210210
* leaves PageDirty set: it has no effect for truncated page and

0 commit comments

Comments
 (0)