From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752799AbdIBPwx (ORCPT ); Sat, 2 Sep 2017 11:52:53 -0400 Received: from mx2.suse.de ([195.135.220.15]:45005 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752684AbdIBPww (ORCPT ); Sat, 2 Sep 2017 11:52:52 -0400 Date: Sat, 2 Sep 2017 17:52:49 +0200 From: Jean Delvare To: Andy Whitcroft , Joe Perches Cc: LKML Subject: [PATCH 1/3] checkpatch: fix typo in comment Message-ID: <20170902175249.15bb77f2@endymion> In-Reply-To: <20170902175111.2fcd9e85@endymion> References: <20170902175111.2fcd9e85@endymion> Organization: SUSE Linux X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Jean Delvare Cc: Andy Whitcroft Cc: Joe Perches --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-4.13-rc7.orig/scripts/checkpatch.pl 2017-07-30 21:40:36.000000000 +0200 +++ linux-4.13-rc7/scripts/checkpatch.pl 2017-09-01 15:43:21.562568859 +0200 @@ -2875,7 +2875,7 @@ sub process { # #defines that are a single string # # There are 3 different line length message types: -# LONG_LINE_COMMENT a comment starts before but extends beyond $max_linelength +# LONG_LINE_COMMENT a comment starts before but extends beyond $max_line_length # LONG_LINE_STRING a string starts before but extends beyond $max_line_length # LONG_LINE all other lines longer than $max_line_length # -- Jean Delvare SUSE L3 Support