From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965321AbbJ0Tkz (ORCPT ); Tue, 27 Oct 2015 15:40:55 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59969 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965271AbbJ0Tky (ORCPT ); Tue, 27 Oct 2015 15:40:54 -0400 Date: Wed, 28 Oct 2015 04:40:51 +0900 From: Greg KH To: Punit Vara Cc: devel@driverdev.osuosl.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, johnny.kim@atmel.com Subject: Re: [PATCH v2] Staging: wilc1000: Prefer eth_broadcast_addr over memset() Message-ID: <20151027194051.GA1537@kroah.com> References: <1445966499-6175-1-git-send-email-punitvara@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445966499-6175-1-git-send-email-punitvara@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 27, 2015 at 10:51:39PM +0530, Punit Vara wrote: > This patch is to the host_interface.c that fixes up following > warning by checkpatch: > > -prefer eth_broadcast_addr() over memset() > > Signed-off-by: Punit Vara > --- > drivers/staging/wilc1000/host_interface.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) What changed from v1? Always put that information here below the --- line so that we know. Please fix up and resend. thanks, greg k-h