mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	filemap: Fix errors in file.c
The following checkpatch errors are removed: ERROR: "foo * bar" should be "foo *bar" "foo * bar" should be "foo *bar" Signed-off-by: ZhiHu <huzhi001@208suo.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
		
							parent
							
								
									96562c45af
								
							
						
					
					
						commit
						a841c9cb9b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -200,7 +200,7 @@ nfs_file_splice_read(struct file *in, loff_t *ppos, struct pipe_inode_info *pipe | |||
| EXPORT_SYMBOL_GPL(nfs_file_splice_read); | ||||
| 
 | ||||
| int | ||||
| nfs_file_mmap(struct file * file, struct vm_area_struct * vma) | ||||
| nfs_file_mmap(struct file *file, struct vm_area_struct *vma) | ||||
| { | ||||
| 	struct inode *inode = file_inode(file); | ||||
| 	int	status; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 huzhi001@208suo.com
						huzhi001@208suo.com