Commit ab9bf4be authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

sysfs: remove trailing whitespace



This removes all trailing whitespace errors in the sysfs code.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1b866757
Loading
Loading
Loading
Loading
+10 −12
Original line number Diff line number Diff line
@@ -154,9 +154,8 @@ out:
 *	Allocate @buffer->page if it hasn't been already, then
 *	copy the user-supplied buffer into it.
 */

static int 
fill_write_buffer(struct sysfs_buffer * buffer, const char __user * buf, size_t count)
static int fill_write_buffer(struct sysfs_buffer * buffer,
			     const char __user * buf, size_t count)
{
	int error;

@@ -186,7 +185,6 @@ fill_write_buffer(struct sysfs_buffer * buffer, const char __user * buf, size_t
 *	dealing with, then call the store() method for the attribute,
 *	passing the buffer that we acquired in fill_write_buffer().
 */

static int
flush_write_buffer(struct dentry * dentry, struct sysfs_buffer * buffer, size_t count)
{
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.