fsi: scom: Whitespace fixes

No functional changes
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: default avatarEddie James <eajames@linux.vnet.ibm.com>
parent 162c3946
...@@ -49,7 +49,7 @@ static struct list_head scom_devices; ...@@ -49,7 +49,7 @@ static struct list_head scom_devices;
static DEFINE_IDA(scom_ida); static DEFINE_IDA(scom_ida);
static int put_scom(struct scom_device *scom_dev, uint64_t value, static int put_scom(struct scom_device *scom_dev, uint64_t value,
uint32_t addr) uint32_t addr)
{ {
int rc; int rc;
uint32_t data; uint32_t data;
...@@ -77,7 +77,7 @@ static int put_scom(struct scom_device *scom_dev, uint64_t value, ...@@ -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, static int get_scom(struct scom_device *scom_dev, uint64_t *value,
uint32_t addr) uint32_t addr)
{ {
uint32_t result, data; uint32_t result, data;
int rc; int rc;
...@@ -110,7 +110,7 @@ static int get_scom(struct scom_device *scom_dev, uint64_t *value, ...@@ -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, static ssize_t scom_read(struct file *filep, char __user *buf, size_t len,
loff_t *offset) loff_t *offset)
{ {
int rc; int rc;
struct miscdevice *mdev = struct miscdevice *mdev =
...@@ -136,7 +136,7 @@ static ssize_t scom_read(struct file *filep, char __user *buf, size_t len, ...@@ -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, 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; int rc;
struct miscdevice *mdev = filep->private_data; struct miscdevice *mdev = filep->private_data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment