From 3bae3fadc61b62bd13f6662f85be7fcc7afa09e1 Mon Sep 17 00:00:00 2001 From: Jonathan Corbet Date: Mon, 25 May 2009 10:15:27 -0600 Subject: [PATCH] --- yaml --- r: 151242 b: refs/heads/master c: 400ced61fa4914457d7e0a38e7c0fc6fd208694b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/debugfs/file.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 772f28f0c4db..c8c6f9740bff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9227c47bbdd87f276e08ed17877cc1649f5ed10a +refs/heads/master: 400ced61fa4914457d7e0a38e7c0fc6fd208694b diff --git a/trunk/fs/debugfs/file.c b/trunk/fs/debugfs/file.c index 33a90120f6ad..39a619c222fa 100644 --- a/trunk/fs/debugfs/file.c +++ b/trunk/fs/debugfs/file.c @@ -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