Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752879AbcKZRiD (ORCPT ); Sat, 26 Nov 2016 12:38:03 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:33973 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752583AbcKZRhz (ORCPT ); Sat, 26 Nov 2016 12:37:55 -0500 Date: Sat, 26 Nov 2016 23:06:40 +0530 From: Rahul Krishnan To: gregkh@linuxfoundation.org Cc: binoy.jayan@linaro.org, tj@kernel.org, geliangtang@163.com, georgiana.chelu93@gmail.com, amitoj1606@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line Message-ID: <20161126173640.GA4281@Linnuxforever> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Content-Length: 800 Lines: 25 This patch fixes the following checkpath.pl warning WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Rahul Krishnan --- drivers/staging/rtl8192e/rtllib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h index b895a53..f6a9aea 100644 --- a/drivers/staging/rtl8192e/rtllib.h +++ b/drivers/staging/rtl8192e/rtllib.h @@ -619,7 +619,8 @@ struct ieee_ibss_seq { /* NOTE: This data is for statistical purposes; not all hardware provides this * information for frames received. Not setting these will not cause - * any adverse affects. */ + * any adverse affects. + */ struct rtllib_rx_stats { u64 mac_time; s8 rssi; -- 2.7.4