Files
u-boot-tk1-som/common
Igor Grinberg 91494ca6a0 env: clean env_nvram.c checkpatch and code style
Cleanup the env_nvram.c checkpatch warnings, errors and coding style.
There are 2 wanring left about the extern used in c file:
 WARNING: externs should be avoided in .c files
 #53: FILE: env_nvram.c:53:
 +extern void *nvram_read(void *dest, const long src, size_t count);

 WARNING: externs should be avoided in .c files
 #54: FILE: env_nvram.c:54:
 +extern void nvram_write(long dest, const void *src, size_t count);

 total: 0 errors, 2 warnings, 138 lines checked

There is no common nvram header file to use instead of the externs.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
2011-11-22 08:39:26 +01:00
..
2011-04-13 15:56:39 -04:00
2011-10-22 01:13:35 +02:00
2010-11-28 21:58:24 +01:00
2011-10-22 01:22:21 +02:00
2011-07-28 16:32:50 +02:00
2011-10-26 21:33:42 +02:00
2010-07-24 20:54:46 +02:00
2011-08-04 23:34:02 +02:00
2011-08-01 15:19:40 +02:00
2011-04-13 15:57:00 -04:00
2011-04-08 00:44:27 -04:00
2011-10-27 21:56:30 +02:00
2011-07-28 16:41:06 +02:00
2011-01-09 18:06:50 +01:00
2011-04-29 03:20:01 -05:00
2011-07-15 20:29:22 -05:00
2011-10-26 21:36:46 +02:00
2010-12-17 14:32:12 -06:00
2011-10-17 22:25:35 +02:00
2010-07-16 10:55:09 -05:00
2011-07-26 14:10:14 +02:00
2011-07-26 14:10:14 +02:00
2011-10-05 22:22:17 +02:00
2011-10-09 23:24:48 +02:00
2011-10-01 23:34:21 +02:00
2011-07-28 17:22:53 +02:00
2011-10-22 01:13:35 +02:00
2003-06-27 21:31:46 +00:00
2011-04-13 19:43:28 +10:00
2011-02-02 22:36:10 +01:00
2010-01-18 00:23:00 +01:00
2011-11-15 23:58:26 +01:00
2011-10-22 01:13:35 +02:00
2011-10-17 22:25:35 +02:00
2002-08-17 09:36:01 +00:00
2011-09-04 23:27:52 +02:00
2011-10-26 21:33:42 +02:00
2011-11-15 22:24:50 +01:00