Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753446AbbFSFFL (ORCPT ); Fri, 19 Jun 2015 01:05:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34721 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753306AbbFSFFE (ORCPT ); Fri, 19 Jun 2015 01:05:04 -0400 Date: Thu, 18 Jun 2015 22:05:04 -0700 From: Greg Kroah-Hartman To: Sergei Zviagintsev Cc: Daniel Mack , David Herrmann , Djalal Harouni , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 00/10] kdbus: macros fixes Message-ID: <20150619050504.GA26313@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2080 Lines: 48 On Tue, Jun 09, 2015 at 11:59:58PM +0300, Sergei Zviagintsev wrote: > Fix type conversion and style issues in item macros. > > First submission was in 2 separate emails: > https://lkml.kernel.org/g/1433414370-17557-1-git-send-email-sergei@s15v.net > https://lkml.kernel.org/g/1433414370-17557-2-git-send-email-sergei@s15v.net > > Changes in v2: > > - fixed similar type cast issue in KDBUS_ITEMS_END macro > - all arguments in iteration macros are enclosed in parentheses, > instead of using loop cursor without them > - summary phrases and commit messages updated > - documentation updates are excluded to their own patches > - added fixes for samples/kdbus > - added fixes for selftests/kdbus > > > Sergei Zviagintsev (10): > kdbus: fix operator precedence issues in item macros > kdbus: use parentheses uniformly in KDBUS_ITEMS_FOREACH macro > Documentation/kdbus: fix operator precedence issue in KDBUS_ITEM_NEXT > macro > Documentation/kdbus: use parentheses uniformly in KDBUS_ITEM_FOREACH > macro > selftests/kdbus: fix trivial style issues > selftests/kdbus: fix precedence issues in macros > selftests/kdbus: use parentheses in iteration macros uniformly > samples/kdbus: add whitespace > samples/kdbus: fix operator precedence issue in KDBUS_ITEM_NEXT macro > samples/kdbus: use parentheses uniformly in KDBUS_FOREACH macro > > Documentation/kdbus/kdbus.item.xml | 6 +++--- > ipc/kdbus/item.h | 10 ++++----- > samples/kdbus/kdbus-api.h | 6 +++--- > tools/testing/selftests/kdbus/kdbus-enum.h | 1 + > tools/testing/selftests/kdbus/kdbus-util.c | 2 +- > tools/testing/selftests/kdbus/kdbus-util.h | 33 ++++++++++++++---------------- > 6 files changed, 28 insertions(+), 30 deletions(-) All now applied, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/