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 <david.e.box@linux.intel.com> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com> Link: https://lore.kernel.org/r/20250713172943.7335-5-michael.j.ruhl@intel.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 5b27388 commit ba22fe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)