Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751437AbbHEFYV (ORCPT ); Wed, 5 Aug 2015 01:24:21 -0400 Received: from mail-pd0-f169.google.com ([209.85.192.169]:34144 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750709AbbHEFYU (ORCPT ); Wed, 5 Aug 2015 01:24:20 -0400 Date: Wed, 5 Aug 2015 10:54:10 +0530 From: Sudip Mukherjee To: Adrian Remonda Cc: devel@driverdev.osuosl.org, christian.gromm@microchip.com, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org Subject: Re: [PATCHv5 1/5] Staging: most: mostcore/core.c. Fix "missing static keyword" warnings Message-ID: <20150805052410.GA4958@sudip-pc> References: <1438713895-5961-1-git-send-email-adrianremonda@gmail.com> <1438713895-5961-2-git-send-email-adrianremonda@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438713895-5961-2-git-send-email-adrianremonda@gmail.com> 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 Content-Length: 908 Lines: 24 On Tue, Aug 04, 2015 at 08:44:51PM +0200, Adrian Remonda wrote: > This is a patch to the mostcore/core.c file. It makes > several local functions and structures static to prevent global > visibility. > > Signed-off-by: Adrian Remonda > --- > @@ -1255,7 +1255,7 @@ static void arm_mbo(struct mbo *mbo) > * > * Returns the number of allocated and enqueued MBOs. > */ > -int arm_mbo_chain(struct most_c_obj *c, int dir, void (*compl)(struct mbo *)) > +static int arm_mbo_chain(struct most_c_obj *c, int dir, void (*compl)(struct mbo *)) This introduced a new checkpatch warning about "line over 80 characters". regards sudip -- 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/