summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLoïc Minier <loic.minier@linaro.org>2011-02-03 22:04:26 +0100
committerWolfgang Denk <wd@denx.de>2011-04-12 22:58:31 +0200
commit6052cbab40e927f94bcb034f1b4c76a18d6729e1 (patch)
tree514962f21c44a8eb08c056b0d6ffbd1bd8860133 /drivers
parentf039ada5c10925147eb5bb15f63c430dbde76c3f (diff)
downloadblackbird-obmc-uboot-6052cbab40e927f94bcb034f1b4c76a18d6729e1.tar.gz
blackbird-obmc-uboot-6052cbab40e927f94bcb034f1b4c76a18d6729e1.zip
Fix misc spelling errors found by lintian
Signed-off-by: Loïc Minier <loic.minier@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/at91_emac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/at91_emac.c b/drivers/net/at91_emac.c
index 4e5685c0c3..90eb515240 100644
--- a/drivers/net/at91_emac.c
+++ b/drivers/net/at91_emac.c
@@ -93,7 +93,7 @@
#define RBF_MULTICAST (1<<30)
#define RBF_UNICAST (1<<29)
#define RBF_EXTERNAL (1<<28)
-#define RBF_UNKOWN (1<<27)
+#define RBF_UNKNOWN (1<<27)
#define RBF_SIZE 0x07ff
#define RBF_LOCAL4 (1<<26)
#define RBF_LOCAL3 (1<<25)
OpenPOWER on IntegriCloud