[U-Boot] [PATCH v2] export SPI functions to standalone apps
Wolfgang Denk
wd at denx.de
Thu Jul 23 21:43:21 CEST 2009
Dear Mike Frysinger,
In message <1248230340-26252-1-git-send-email-vapier at gentoo.org> you wrote:
> While we're here, fix the broken #ifdef handling in _exports.h.
...
> diff --git a/include/_exports.h b/include/_exports.h
> index af43885..ba3920e 100644
> --- a/include/_exports.h
> +++ b/include/_exports.h
> @@ -1,3 +1,6 @@
> +/* You do not need to use #ifdef around functions that may not exist
> + * in the final configuration (such as i2c).
> + */
Incorrect multi-line comment style.
Please cleanup and resubmit.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Two wrongs don't make a right, but three rights make a left.
More information about the U-Boot
mailing list