> > + return (*(union bfi_addr_u *) &addr); > > +} > > Have you run checkpatch on this code? It produces many errors due to > your "return" usage for one.. The usual style of return is not to use > parentheses since it's really not a function .. checkpatch is just a helper tool - and stuff like that using brackets to make it clearer is just a trivial matter of style. > Checkpatch produces many other errors in your code .. If you haven't > already evaluated those errors It would be rather more useful if instead of parroting checkpatch results (which people can generate themselves) you concentrated on analysis the actual code and structure for any flaws and design details. Trivia like coding style (unless particularly bad) are something for the maintainer just to say "fix those odd bits up and I'll merge it" at the *end*. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html