From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A41EECDFB1 for ; Sun, 15 Jul 2018 07:27:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E202A2089E for ; Sun, 15 Jul 2018 07:27:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E202A2089E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726201AbeGOHtW (ORCPT ); Sun, 15 Jul 2018 03:49:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58496 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726027AbeGOHtW (ORCPT ); Sun, 15 Jul 2018 03:49:22 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A755D2D; Sun, 15 Jul 2018 07:27:24 +0000 (UTC) Date: Sun, 15 Jul 2018 09:27:12 +0200 From: Greg Kroah-Hartman To: Nishad Kamdar Cc: Ian Abbott , H Hartley Sweeten , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: comedi: comedi_internal.h: Avoid '(' at the end of line Message-ID: <20180715072712.GA15766@kroah.com> References: <20180715064914.GA5081@nishad> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180715064914.GA5081@nishad> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 15, 2018 at 12:19:18PM +0530, Nishad Kamdar wrote: > Bring function argument 'struct comedi_subdevice *s' to the > previous line to avoid ending the line with open parenthesis. > Issue found by checkpatch. But now the code has another checkpatch violation, too long of a line. You can go back and forth submitting the same change over and over for forever :) Let's just leave this as-is, thanks. greg k-h