linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] ACPI: battery.c: Fixed flying pointer mark issue. Coding style issue.
@ 2015-07-05 17:39 Daniel Machon
  0 siblings, 0 replies; only message in thread
From: Daniel Machon @ 2015-07-05 17:39 UTC (permalink / raw)
  To: rjw; +Cc: linux-acpi, linux-kernel, danielmachon

Fixed coding style issue.

Signed-off-by: Daniel Machon <dmachon.dev@gmail.com>
---
 drivers/acpi/battery.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c
index b3628cc..0447c6a 100644
--- a/drivers/acpi/battery.c
+++ b/drivers/acpi/battery.c
@@ -918,8 +918,8 @@ static int acpi_battery_print_alarm(struct seq_file *seq, int result)
 }
 
 static ssize_t acpi_battery_write_alarm(struct file *file,
-					const char __user * buffer,
-					size_t count, loff_t * ppos)
+					const char __user *buffer,
+					size_t count, loff_t *ppos)
 {
 	int result = 0;
 	char alarm_string[12] = { '\0' };
-- 
2.1.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-05 17:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-05 17:39 [PATCH 2/2] ACPI: battery.c: Fixed flying pointer mark issue. Coding style issue Daniel Machon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).