Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752620AbdIBBfm (ORCPT ); Fri, 1 Sep 2017 21:35:42 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:56596 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751411AbdIBBfl (ORCPT ); Fri, 1 Sep 2017 21:35:41 -0400 Date: Fri, 01 Sep 2017 18:35:40 -0700 (PDT) Message-Id: <20170901.183540.2023957151661748902.davem@davemloft.net> To: thomas@m3y3r.de Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ipv6: sr: Use ARRAY_SIZE macro From: David Miller In-Reply-To: <20170831141815.28003-1-thomas@m3y3r.de> References: <20170831141815.28003-1-thomas@m3y3r.de> X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 01 Sep 2017 18:35:41 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 276 Lines: 10 From: Thomas Meyer Date: Thu, 31 Aug 2017 16:18:15 +0200 > 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 Applied, thanks.