diff options
author | Tom Hughes <tomhughes@chromium.org> | 2019-06-18 13:02:18 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-06-19 00:30:45 +0000 |
commit | 247b6099f910c3e1685b9185371177ac61a32617 (patch) | |
tree | 67ed226c3ad3f50e856ceb787dbba03348345e2d | |
parent | f36a4e530c40284228b6954564cd3836b4588401 (diff) | |
download | chrome-ec-247b6099f910c3e1685b9185371177ac61a32617.tar.gz |
util: Source files should not be executable
"repo upload" warned me about this file when making another change:
These files should not be executable. Please `chmod -x` them.
* util/ecst.h
Other file found with:
find . -name '*.[ch]' -executable
BRANCH=none
BUG=none
TEST=make buildall -j
Change-Id: I3acc3c22a302f3f5dfd2ae00d2b65da15b7813d7
Signed-off-by: Tom Hughes <tomhughes@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1665211
Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
-rw-r--r--[-rwxr-xr-x] | util/ecst.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | util/ecst.h | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/util/ecst.c b/util/ecst.c index 0680f8b1e8..0680f8b1e8 100755..100644 --- a/util/ecst.c +++ b/util/ecst.c diff --git a/util/ecst.h b/util/ecst.h index 7470b3ab6c..7470b3ab6c 100755..100644 --- a/util/ecst.h +++ b/util/ecst.h |