From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756628AbdEKSf5 (ORCPT ); Thu, 11 May 2017 14:35:57 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:34258 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756345AbdEKSf4 (ORCPT ); Thu, 11 May 2017 14:35:56 -0400 Date: Thu, 11 May 2017 11:35:52 -0700 From: Brian Norris To: Boris Brezillon Cc: Colin King , Richard Weinberger , David Woodhouse , Marek Vasut , Cyrille Pitchen , linux-mtd@lists.infradead.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mtd: nand: make nand_ooblayout_lp_hamming_ops static Message-ID: <20170511183552.GI70297@google.com> References: <20170504121100.2709-1-colin.king@canonical.com> <20170504160813.23bad4f9@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170504160813.23bad4f9@bbrezillon> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 04, 2017 at 04:08:13PM +0200, Boris Brezillon wrote: > On Thu, 4 May 2017 13:11:00 +0100 > Colin King wrote: > > > From: Colin Ian King > > > > nand_ooblayout_lp_hamming_ops can be made static as it does not need to be > > in global scope. > > > > Signed-off-by: Colin Ian King > > Acked-by: Boris Brezillon > > Brian, feel free to apply this patch directly if you want, otherwise, > I'll queue it for 4.13. Eh, queue it for 4.13, or in a fixes branch if you want.