1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[adm5120] cleanup files using checkpatch.pl

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27162 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2011-06-12 19:17:57 +00:00
parent 9f0d58cb15
commit 27e94101de
42 changed files with 294 additions and 290 deletions

View File

@@ -45,7 +45,7 @@
struct adm5120_map_info {
struct map_info map;
void (*switch_bank)(unsigned);
void (*switch_bank)(unsigned);
unsigned long window_size;
};
@@ -89,7 +89,7 @@ static struct flash_desc flash_descs[2] = {
}
};
static const char *probe_types[] = {
static const char const *probe_types[] = {
"cfi_probe",
"jedec_probe",
"map_rom",
@@ -97,7 +97,7 @@ static const char *probe_types[] = {
};
#ifdef CONFIG_MTD_PARTITIONS
static const char *parse_types[] = {
static const char const *parse_types[] = {
"cmdlinepart",
#ifdef CONFIG_MTD_REDBOOT_PARTS
"RedBoot",