Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751806AbdHaXSH (ORCPT ); Thu, 31 Aug 2017 19:18:07 -0400 Received: from www17.your-server.de ([213.133.104.17]:56507 "EHLO www17.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751242AbdHaXSG (ORCPT ); Thu, 31 Aug 2017 19:18:06 -0400 Date: Fri, 1 Sep 2017 01:15:42 +0200 From: Thomas Meyer To: Greg KH Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ipv6: sr: Use ARRAY_SIZE macro Message-ID: <20170831231022.ye4t6bqujz2fqx6v@olymp> References: <20170831130432.19934-1-thomas@m3y3r.de> <20170831142018.28052-1-thomas@m3y3r.de> <20170831150209.GA15886@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170831150209.GA15886@kroah.com> User-Agent: NeoMutt/20170113 (1.7.2) X-Authenticated-Sender: thomas@m3y3r.de Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 546 Lines: 16 On Thu, Aug 31, 2017 at 05:02:09PM +0200, Greg KH wrote: > On Thu, Aug 31, 2017 at 04:20:18PM +0200, Thomas Meyer wrote: > > Grepping for "sizeof\(.+\) / sizeof\(" found this as one of the first > > candidates. > > Maybe a coccinelle can catch all of those. > > > > Signed-off-by: Thomas Meyer > > --- > > net/ipv6/seg6_hmac.c | 7 ++++--- > > 1 file changed, 4 insertions(+), 3 deletions(-) > > Why are you sending this to me? Sorry, I messed up git send-email. > > Please, use scripts/get_maintainers.pl properly please.