From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Li Subject: Re: [PATCH 1/2] evaluate: split out implementation of compatible_assignment_types Date: Mon, 3 Mar 2014 21:05:37 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-qa0-f46.google.com ([209.85.216.46]:64845 "EHLO mail-qa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751065AbaCDFLD (ORCPT ); Tue, 4 Mar 2014 00:11:03 -0500 Received: by mail-qa0-f46.google.com with SMTP id i13so4330064qae.5 for ; Mon, 03 Mar 2014 21:11:02 -0800 (PST) In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: John Keeping Cc: Linux-Sparse On Sat, Mar 1, 2014 at 3:41 AM, John Keeping wrote: > This will allow us to reuse the logic when processing a transparent > union by checking each member in turn without printing a warning unless > none of the members match. > > Signed-off-by: John Keeping The series looks fine on my first casual look. Will get back to you on that. Chris