Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

debugfs: Fix a comment mistake

The file is fs/debugfs/inode.c but the comment says it is file.c.
This patch can fix this little mistake.

Signed-off-by: Harry Wei <harryxiyou@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Harry Wei and committed by
Greg Kroah-Hartman
bd33d12f fcb8ce5c

+1 -1
+1 -1
fs/debugfs/inode.c
··· 1 1 /* 2 - * file.c - part of debugfs, a tiny little debug file system 2 + * inode.c - part of debugfs, a tiny little debug file system 3 3 * 4 4 * Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com> 5 5 * Copyright (C) 2004 IBM Inc.