git.openpandora.org
/
pandora-x-loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e85675b
)
scripts: signGP: add spaces for better readability
author
Felipe Balbi
<balbi@ti.com>
Wed, 15 Dec 2010 12:28:18 +0000
(14:28 +0200)
committer
Anand Gadiyar
<gadiyar@ti.com>
Mon, 20 Dec 2010 07:10:08 +0000
(12:40 +0530)
it's better to read when we follow Linux Kernel
CodingStyle.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
scripts/signGP.c
patch
|
blob
|
history
diff --git
a/scripts/signGP.c
b/scripts/signGP.c
index
f14bf59
..
d3cb5f7
100644
(file)
--- a/
scripts/signGP.c
+++ b/
scripts/signGP.c
@@
-288,7
+288,7
@@
int main(int argc, char *argv[])
fwrite(&config_header, 1, 512, ofile);
fwrite(&len, 1, 4, ofile);
fwrite(&loadaddr, 1, 4, ofile);
- for (i
=0; i<
len; i++) {
+ for (i
= 0; i <
len; i++) {
fread(&ch, 1, 1, ifile);
fwrite(&ch, 1, 1, ofile);
}