Quoting r. Jesper Juhl <[EMAIL PROTECTED]>: > > static struct foo *foo_bar(struct foo *first, struct bar *second, > > struct foobar* thirsd); > > > In this example you are not consistently placing your *'s, "struct foo > *first" vs "struct foobar* thirsd". Common practice is "struct foo > *first".
Doh. Right. Thanks! -- MST - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/