From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753154AbdHWBcq (ORCPT ); Tue, 22 Aug 2017 21:32:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55396 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752836AbdHWBcp (ORCPT ); Tue, 22 Aug 2017 21:32:45 -0400 Date: Tue, 22 Aug 2017 18:32:49 -0700 From: Greg Kroah-Hartman To: Shurong Zhang Cc: devel , linux-kernel Subject: Re: [PATCH] staging: rtl8192e: Change fixed function names with "%s:", __func__ Message-ID: <20170823013249.GA25721@kroah.com> References: <20170821133235.GA10327@MarvinZhang.kernel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170821133235.GA10327@MarvinZhang.kernel@gmail.com> 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 On Mon, Aug 21, 2017 at 09:32:35PM +0800, Shurong Zhang wrote: > Replace hard-coded function names in strings with "%s", __func__ in the dot11d.c file. Issue found by checkpatch.pl. Please always wrap your changelog text at 72 columns. And why did you send this twice? thanks, greg k-h