From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 1 Mar 2016 12:29:34 -0700 Subject: [U-Boot] [PATCH v2 01/32] dm: Drop the block_dev_desc_t typedef In-Reply-To: <1456784765-10788-2-git-send-email-sjg@chromium.org> References: <1456784765-10788-2-git-send-email-sjg@chromium.org> Message-ID: <56D5ED9E.80302@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/29/2016 03:25 PM, Simon Glass wrote: > Use 'struct' instead of a typdef. Also since 'struct block_dev_desc' is long > and causes 80-column violations, rename it to struct blk_desc. The series, Tested-by: Stephen Warren