mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-01 12:04:08 +00:00
debugfs: add documentation for debugfs_create_x64
debugfs_create_x64() exists. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
27760f8686
commit
d0a542637f
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ the following functions can be used instead:
|
||||||
struct dentry *parent, u16 *value);
|
struct dentry *parent, u16 *value);
|
||||||
struct dentry *debugfs_create_x32(const char *name, mode_t mode,
|
struct dentry *debugfs_create_x32(const char *name, mode_t mode,
|
||||||
struct dentry *parent, u32 *value);
|
struct dentry *parent, u32 *value);
|
||||||
|
struct dentry *debugfs_create_x64(const char *name, mode_t mode,
|
||||||
Note that there is no debugfs_create_x64().
|
struct dentry *parent, u64 *value);
|
||||||
|
|
||||||
These functions are useful as long as the developer knows the size of the
|
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
|
value to be exported. Some types can have different widths on different
|
||||||
|
|
Loading…
Add table
Reference in a new issue