X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fsysfs%2Ffile.c;h=d72c1ce485598600c13ff7d484306c0a3aad85e7;hb=a39722034ae37f80a1803bf781fe3fe1b03e20bc;hp=e9cfa39f409918b80c463199e7a8ab635f605027;hpb=adb7ee3746b579a7fa7af7c4ec2c8164bc910ed4;p=powerpc.git diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index e9cfa39f40..d72c1ce485 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c @@ -14,7 +14,7 @@ #define to_subsys(k) container_of(k,struct subsystem,kset.kobj) #define to_sattr(a) container_of(a,struct subsys_attribute,attr) -/** +/* * Subsystem file operations. * These operations allow subsystems to have files that can be * read/written. @@ -192,8 +192,9 @@ fill_write_buffer(struct sysfs_buffer * buffer, const char __user * buf, size_t /** * flush_write_buffer - push buffer to kobject. - * @file: file pointer. + * @dentry: dentry to the attribute * @buffer: data buffer for file. + * @count: number of bytes * * Get the correct pointers for the kobject and the attribute we're * dealing with, then call the store() method for the attribute,