diff options
| author | Michael J. Ruhl <[email protected]> | 2025-07-13 17:29:34 +0000 |
|---|---|---|
| committer | Ilpo Järvinen <[email protected]> | 2025-07-22 14:38:51 +0000 |
| commit | ba22fe0cffedf5156731fbac729a638f18d17e6b (patch) | |
| tree | 0aac57c09a86644b7a96a5c27f321300e5e56c65 /drivers/platform/x86/intel/pmt/crashlog.c | |
| parent | drm/xe: Correct BMG VSEC header sizing (diff) | |
| download | kernel-ba22fe0cffedf5156731fbac729a638f18d17e6b.tar.gz kernel-ba22fe0cffedf5156731fbac729a638f18d17e6b.zip | |
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]>
Diffstat (limited to 'drivers/platform/x86/intel/pmt/crashlog.c')
| -rw-r--r-- | drivers/platform/x86/intel/pmt/crashlog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/intel/pmt/crashlog.c b/drivers/platform/x86/intel/pmt/crashlog.c index 6a9eb3c4b313..d40c8e212733 100644 --- a/drivers/platform/x86/intel/pmt/crashlog.c +++ b/drivers/platform/x86/intel/pmt/crashlog.c @@ -143,7 +143,7 @@ enable_show(struct device *dev, struct device_attribute *attr, char *buf) static ssize_t enable_store(struct device *dev, struct device_attribute *attr, - const char *buf, size_t count) + const char *buf, size_t count) { struct crashlog_entry *entry; bool enabled; @@ -177,7 +177,7 @@ trigger_show(struct device *dev, struct device_attribute *attr, char *buf) static ssize_t trigger_store(struct device *dev, struct device_attribute *attr, - const char *buf, size_t count) + const char *buf, size_t count) { struct crashlog_entry *entry; bool trigger; |
