Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 400ced61 authored by Jonathan Corbet's avatar Jonathan Corbet Committed by Greg Kroah-Hartman
Browse files

debugfs: fix docbook error



Fix an error in debugfs_create_blob's docbook description

It cannot actually be used to write a binary blob.

Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 9227c47b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -419,7 +419,7 @@ static const struct file_operations fops_blob = {
};
};


/**
/**
 * debugfs_create_blob - create a debugfs file that is used to read and write a binary blob
 * debugfs_create_blob - create a debugfs file that is used to read a binary blob
 * @name: a pointer to a string containing the name of the file to create.
 * @name: a pointer to a string containing the name of the file to create.
 * @mode: the permission that the file should have
 * @mode: the permission that the file should have
 * @parent: a pointer to the parent dentry for this file.  This should be a
 * @parent: a pointer to the parent dentry for this file.  This should be a