summaryrefslogtreecommitdiffstats
path: root/procedures/p9/cleanup_pcie.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-01 16:06:31 -0700
committerPatrick Venture <venture@google.com>2018-11-02 07:43:59 -0700
commite84b4ddb671d97cb4725ee2de18979c69e42b971 (patch)
treea49c3951e9104f92c6d60453f0621b7fc5badde8 /procedures/p9/cleanup_pcie.cpp
parentf0d958dff595613dc628352bd8430029d91d54ab (diff)
downloadopenpower-proc-control-e84b4ddb671d97cb4725ee2de18979c69e42b971.tar.gz
openpower-proc-control-e84b4ddb671d97cb4725ee2de18979c69e42b971.zip
s/copyright char/(C)/g to make compiler happy
Compiler complaining about the copyright characters. Change-Id: I6730a50a668899a33e9dfcc4accb67ee207a3f08 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'procedures/p9/cleanup_pcie.cpp')
-rw-r--r--procedures/p9/cleanup_pcie.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/procedures/p9/cleanup_pcie.cpp b/procedures/p9/cleanup_pcie.cpp
index 6ec007a..bfeb472 100644
--- a/procedures/p9/cleanup_pcie.cpp
+++ b/procedures/p9/cleanup_pcie.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2018 IBM Corporation
+ * Copyright (C) 2018 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -47,4 +47,4 @@ void cleanupPcie()
REGISTER_PROCEDURE("cleanupPcie", cleanupPcie);
}
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud