Skip to content

Commit

Permalink
debugfs: fix docbook error
Browse files Browse the repository at this point in the history
Fix an error in debugfs_create_blob's docbook description

It cannot actually be used to write a binary blob.

Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
Jonathan Corbet authored and gregkh committed Jun 16, 2009
1 parent 9227c47 commit 400ced6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/debugfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* @mode: the permission that the file should have
* @parent: a pointer to the parent dentry for this file. This should be a
Expand Down

0 comments on commit 400ced6

Please sign in to comment.