From: Akinobu Mita Date: Sat, 9 Jul 2011 05:01:17 +0000 (+0900) Subject: debugfs: add documentation for debugfs_create_x64 X-Git-Tag: upstream/snapshot3+hdmi~9543^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0a542637f6879a493aa713b9f81c4fcd98f4f7a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git debugfs: add documentation for debugfs_create_x64 debugfs_create_x64() exists. Signed-off-by: Akinobu Mita Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/filesystems/debugfs.txt b/Documentation/filesystems/debugfs.txt index ed52af6..742cc06 100644 --- a/Documentation/filesystems/debugfs.txt +++ b/Documentation/filesystems/debugfs.txt @@ -73,8 +73,8 @@ the following functions can be used instead: struct dentry *parent, u16 *value); struct dentry *debugfs_create_x32(const char *name, mode_t mode, struct dentry *parent, u32 *value); - -Note that there is no debugfs_create_x64(). + struct dentry *debugfs_create_x64(const char *name, mode_t mode, + struct dentry *parent, u64 *value); These functions are useful as long as the developer knows the size of the value to be exported. Some types can have different widths on different