From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Sun, 31 Oct 2010 10:01:17 +0100 Subject: [U-Boot] Are typedefs discouraged? Message-ID: <4CCD305D.50600@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi All, WARNING: do not add new typedefs #64: FILE: arch/arm/include/asm/arch-at91/at91_shdwn.h:19: +typedef struct at91_shdwn { total: 0 errors, 1 warnings, 45 lines checked xx has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. I assume that "rule" does not apply to u-boot, and such warnings can be ignored? However why would typedefs be discouraged in kernel? Reinhard