2007-08-01 14:51:14

by Michal Piotrowski

[permalink] [raw]
Subject: [RFC][PATCH] Coding style fix include/asm-blackfin/errno.h

Hi,

Coding style fix

Regards,
Michal

--
LOG
http://www.stardust.webpages.pl/log/

Signed-off-by: Michal Piotrowski <[email protected]>

--- linux-mm-clean/include/asm-blackfin/errno.h 2007-07-09 01:32:17.000000000 +0200
+++ linux-mm/include/asm-blackfin/errno.h 2007-08-01 16:46:05.000000000 +0200
@@ -1,6 +1,6 @@
#ifndef _BFIN_ERRNO_H
#define _BFIN_ERRNO_H

-#include<asm-generic/errno.h>
+#include <asm-generic/errno.h>

#endif /* _BFIN_ERRNO_H */