Skip to content

Commit ba22fe0

Browse files
mjruhlij-intel
authored andcommitted
platform/x86/intel/pmt: white space cleanup
Noticed two white space issues; cleaned them. Reviewed-by: David E. Box <[email protected]> Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Michael J. Ruhl <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 5b27388 commit ba22fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/platform/x86/intel/pmt/crashlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ enable_show(struct device *dev, struct device_attribute *attr, char *buf)
143143

144144
static ssize_t
145145
enable_store(struct device *dev, struct device_attribute *attr,
146-
const char *buf, size_t count)
146+
const char *buf, size_t count)
147147
{
148148
struct crashlog_entry *entry;
149149
bool enabled;
@@ -177,7 +177,7 @@ trigger_show(struct device *dev, struct device_attribute *attr, char *buf)
177177

178178
static ssize_t
179179
trigger_store(struct device *dev, struct device_attribute *attr,
180-
const char *buf, size_t count)
180+
const char *buf, size_t count)
181181
{
182182
struct crashlog_entry *entry;
183183
bool trigger;

0 commit comments

Comments
 (0)