From: charles Date: Mon, 9 Mar 2009 08:11:07 +0000 (+0000) Subject: More formatting X-Git-Tag: pre-name-change~212 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=4183083d06e2b08f338b5ea155f01b45b3fa832e;hp=97f9eea27dc6b83fe55f9b86adbb5e4961ea921a More formatting --- diff --git a/devextras.h b/devextras.h index 35c3446..7df46dc 100644 --- a/devextras.h +++ b/devextras.h @@ -53,8 +53,8 @@ struct ylist_head name = { &(name), &(name)} /* Initialise a list head to an empty list */ #define YINIT_LIST_HEAD(p) \ do { \ - (p)->next = (p);\ - (p)->prev = (p); \ + (p)->next = (p);\ + (p)->prev = (p); \ } while (0) @@ -184,9 +184,6 @@ struct iattr { #endif - -#define KERN_DEBUG - #else #include