]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/filesystems/debugfs.txt
Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux
[linux.git] / Documentation / filesystems / debugfs.txt
index 4a0a9c3f4af60cc701a40e6bc60ee6751b933961..9e27c843d00ea0602e391f760c05764066a544c0 100644 (file)
@@ -169,7 +169,7 @@ byte offsets over a base for the register block.
 
 If you want to dump an u32 array in debugfs, you can create file with:
 
-    struct dentry *debugfs_create_u32_array(const char *name, umode_t mode,
+    void debugfs_create_u32_array(const char *name, umode_t mode,
                        struct dentry *parent,
                        u32 *array, u32 elements);