summaryrefslogtreecommitdiff
path: root/plat/arm/css/common/css_scpi.h
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2016-02-03 14:41:48 +0000
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2016-02-05 08:56:18 +0000
commit8ccca41255cb015231266341ab9d03b28e61e65f (patch)
tree48740060591b0d2618fc3e3fcc33e059357e601b /plat/arm/css/common/css_scpi.h
parent870d881ced126bd492fe96f6a7bedd0d869dd23a (diff)
Remove non-ASCII character from comment
Replaced a long dash in a comment by the ASCII character '-'. Support for multibyte character in the source character set is not enforced by the C99 standard. To maximize compatibility with C processing tools (e.g. compilers or static code analysis tools), they should be removed. Change-Id: Ie318e380d3b44755109f042a76ebfd2229f42ae3
Diffstat (limited to 'plat/arm/css/common/css_scpi.h')
-rw-r--r--plat/arm/css/common/css_scpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/css/common/css_scpi.h b/plat/arm/css/common/css_scpi.h
index 379a8219..4a601f3e 100644
--- a/plat/arm/css/common/css_scpi.h
+++ b/plat/arm/css/common/css_scpi.h
@@ -45,7 +45,7 @@ typedef struct {
uint32_t set : 1;
/* Sender ID to match a reply. The value is sender specific. */
uint32_t sender : 8;
- /* Size of the payload in bytes (0 – 511) */
+ /* Size of the payload in bytes (0 - 511) */
uint32_t size : 9;
uint32_t reserved : 7;
/*