summaryrefslogtreecommitdiff
path: root/power
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 15:18:40 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 02:16:50 +0000
commitfed26470a689b8466e03f1166067554a731fe06d (patch)
tree0de7f482cb718e625b6e3a62e89a5a724dea3427 /power
parentce3d37dd9c9e6059e9f3e89a54c97e2a2172aabe (diff)
downloadchrome-ec-fed26470a689b8466e03f1166067554a731fe06d.tar.gz
power/ec_driven.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Iaa04881d5e62fb9c9f9b09dea752b2da5a1ea7eb Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730463 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'power')
-rw-r--r--power/ec_driven.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/power/ec_driven.c b/power/ec_driven.c
index 282941b941..ea0c4420ae 100644
--- a/power/ec_driven.c
+++ b/power/ec_driven.c
@@ -11,7 +11,7 @@
*
*/
-#include "chipset.h" /* This module implements chipset functions too */
+#include "chipset.h" /* This module implements chipset functions too */
#include "common.h"
#include "console.h"
#include "gpio.h"
@@ -22,7 +22,7 @@
/* Console output macros */
#define CPUTS(outstr) cputs(CC_CHIPSET, outstr)
-#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ## args)
+#define CPRINTS(format, args...) cprints(CC_CHIPSET, format, ##args)
#define IN_SUSPEND POWER_SIGNAL_MASK(ECDRIVEN_SUSPEND_ASSERTED)