Coding style cleanup. Update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/include/at45.h b/include/at45.h
index 1f71a3b..40bb4a0 100644
--- a/include/at45.h
+++ b/include/at45.h
@@ -17,7 +17,7 @@
extern AT91S_DataFlashStatus AT91F_DataFlashGetStatus (
AT91PS_DataflashDesc pDesc);
extern AT91S_DataFlashStatus AT91F_DataFlashWaitReady (
- AT91PS_DataflashDesc pDataFlashDesc,
+ AT91PS_DataflashDesc pDataFlashDesc,
unsigned int timeout);
extern AT91S_DataFlashStatus AT91F_DataFlashContinuousRead (
AT91PS_DataFlash pDataFlash,
diff --git a/include/dataflash.h b/include/dataflash.h
index c597e69..fbd5e17 100644
--- a/include/dataflash.h
+++ b/include/dataflash.h
@@ -78,7 +78,7 @@
unsigned long end;
unsigned char protected;
unsigned char setenv;
- unsigned char label[20];
+ unsigned char label[20];
} dataflash_protect_t;
typedef unsigned int AT91S_DataFlashStatus;
diff --git a/include/led.h b/include/led.h
index a261f1b..57c2b4a 100644
--- a/include/led.h
+++ b/include/led.h
@@ -22,7 +22,7 @@
* MA 02111-1307 USA
*/
- #ifndef __LED_H
+#ifndef __LED_H
#define __LED_H
#ifndef __ASSEMBLY__
@@ -43,4 +43,3 @@
.extern green_LED_off
#endif
#endif
-