summaryrefslogtreecommitdiff
path: root/include/mock/tcpc_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mock/tcpc_mock.h')
-rw-r--r--include/mock/tcpc_mock.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/mock/tcpc_mock.h b/include/mock/tcpc_mock.h
index f4db14efb7..2f3a78c69a 100644
--- a/include/mock/tcpc_mock.h
+++ b/include/mock/tcpc_mock.h
@@ -1,8 +1,8 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
- /* Mock for the TCPC interface */
+/* Mock for the TCPC interface */
#include "usb_pd_tcpm.h"
#include "usb_pd.h"
@@ -28,7 +28,6 @@ struct mock_tcpc_ctrl {
enum tcpc_rp_value rp;
enum tcpc_cc_polarity polarity;
} last;
-
};
/* Reset this TCPC mock */