Skip to content

Commit

Permalink
fsi: scom: Whitespace fixes
Browse files Browse the repository at this point in the history
No functional changes

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: Eddie James <eajames@linux.vnet.ibm.com>
  • Loading branch information
Benjamin Herrenschmidt committed Jun 18, 2018
1 parent 162c394 commit bd21336
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/fsi/fsi-scom.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static struct list_head scom_devices;
static DEFINE_IDA(scom_ida);

static int put_scom(struct scom_device *scom_dev, uint64_t value,
uint32_t addr)
uint32_t addr)
{
int rc;
uint32_t data;
Expand Down Expand Up @@ -77,7 +77,7 @@ static int put_scom(struct scom_device *scom_dev, uint64_t value,
}

static int get_scom(struct scom_device *scom_dev, uint64_t *value,
uint32_t addr)
uint32_t addr)
{
uint32_t result, data;
int rc;
Expand Down Expand Up @@ -110,7 +110,7 @@ static int get_scom(struct scom_device *scom_dev, uint64_t *value,
}

static ssize_t scom_read(struct file *filep, char __user *buf, size_t len,
loff_t *offset)
loff_t *offset)
{
int rc;
struct miscdevice *mdev =
Expand All @@ -136,7 +136,7 @@ static ssize_t scom_read(struct file *filep, char __user *buf, size_t len,
}

static ssize_t scom_write(struct file *filep, const char __user *buf,
size_t len, loff_t *offset)
size_t len, loff_t *offset)
{
int rc;
struct miscdevice *mdev = filep->private_data;
Expand Down

0 comments on commit bd21336

Please sign in to comment.