Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751721AbdHaPCH (ORCPT ); Thu, 31 Aug 2017 11:02:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59354 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751359AbdHaPCG (ORCPT ); Thu, 31 Aug 2017 11:02:06 -0400 Date: Thu, 31 Aug 2017 17:02:09 +0200 From: Greg KH To: Thomas Meyer Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ipv6: sr: Use ARRAY_SIZE macro Message-ID: <20170831150209.GA15886@kroah.com> References: <20170831130432.19934-1-thomas@m3y3r.de> <20170831142018.28052-1-thomas@m3y3r.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170831142018.28052-1-thomas@m3y3r.de> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 427 Lines: 13 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? Please, use scripts/get_maintainers.pl properly please.