From 10da1b7f043ace28c7147c976dd24c83a6b447a9 Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Mon, 27 Jun 2022 14:31:24 -0600 Subject: chip/stm32/usart_host_command.h: Format with clang-format BUG=b:236386294 BRANCH=none TEST=none Change-Id: I8da5c862b0bd4b804df77d2ce462d2be7cbc0224 Signed-off-by: Jack Rosenthal Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729544 Reviewed-by: Jeremy Bettis --- chip/stm32/usart_host_command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chip/stm32/usart_host_command.h') diff --git a/chip/stm32/usart_host_command.h b/chip/stm32/usart_host_command.h index ee41d8a59b..d73930c902 100644 --- a/chip/stm32/usart_host_command.h +++ b/chip/stm32/usart_host_command.h @@ -6,7 +6,7 @@ #ifndef __CROS_EC_USART_HOST_COMMAND_H #define __CROS_EC_USART_HOST_COMMAND_H -#include /* For va_list */ +#include /* For va_list */ #include "common.h" #include "gpio.h" #include "host_command.h" -- cgit v1.2.1 From 71b2ef709dcb14260f5fdaa3ab4ced005a29fb46 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 12 Sep 2022 14:54:36 -0400 Subject: Update license boilerplate text in source code files Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BRANCH=none BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icd3a1723c20595356af83d190b2c6a9078b3013b Signed-off-by: Mike Frysinger Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3891203 Reviewed-by: Jeremy Bettis Reviewed-by: Jack Rosenthal --- chip/stm32/usart_host_command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chip/stm32/usart_host_command.h') diff --git a/chip/stm32/usart_host_command.h b/chip/stm32/usart_host_command.h index d73930c902..ee4bdd88dc 100644 --- a/chip/stm32/usart_host_command.h +++ b/chip/stm32/usart_host_command.h @@ -1,4 +1,4 @@ -/* Copyright 2020 The Chromium OS Authors. All rights reserved. +/* Copyright 2020 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ -- cgit v1.2.1