mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 16:48:26 +02:00 
			
		
		
		
	fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc
The sync_inodes_sb() function does not have a return value. Remove the outdated documentation comment. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									684265d4a3
								
							
						
					
					
						commit
						cb9ef8d5e3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1225,7 +1225,7 @@ EXPORT_SYMBOL(writeback_inodes_sb_nr_if_idle); | ||||||
|  * @sb: the superblock |  * @sb: the superblock | ||||||
|  * |  * | ||||||
|  * This function writes and waits on any dirty inode belonging to this |  * This function writes and waits on any dirty inode belonging to this | ||||||
|  * super_block. The number of pages synced is returned. |  * super_block. | ||||||
|  */ |  */ | ||||||
| void sync_inodes_sb(struct super_block *sb) | void sync_inodes_sb(struct super_block *sb) | ||||||
| { | { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Stefan Hajnoczi
						Stefan Hajnoczi