sysfs: remove trailing whitespace
This removes all trailing whitespace errors in the sysfs code. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -154,9 +154,8 @@ out:
|
|||||||
* Allocate @buffer->page if it hasn't been already, then
|
* Allocate @buffer->page if it hasn't been already, then
|
||||||
* copy the user-supplied buffer into it.
|
* copy the user-supplied buffer into it.
|
||||||
*/
|
*/
|
||||||
|
static int fill_write_buffer(struct sysfs_buffer * buffer,
|
||||||
static int
|
const char __user * buf, size_t count)
|
||||||
fill_write_buffer(struct sysfs_buffer * buffer, const char __user * buf, size_t count)
|
|
||||||
{
|
{
|
||||||
int error;
|
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,
|
* dealing with, then call the store() method for the attribute,
|
||||||
* passing the buffer that we acquired in fill_write_buffer().
|
* passing the buffer that we acquired in fill_write_buffer().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int
|
static int
|
||||||
flush_write_buffer(struct dentry * dentry, struct sysfs_buffer * buffer, size_t count)
|
flush_write_buffer(struct dentry * dentry, struct sysfs_buffer * buffer, size_t count)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user