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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78C4CC6FD1C for ; Thu, 23 Mar 2023 15:18:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232032AbjCWPSO (ORCPT ); Thu, 23 Mar 2023 11:18:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231909AbjCWPSL (ORCPT ); Thu, 23 Mar 2023 11:18:11 -0400 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 39CE41ADD8 for ; Thu, 23 Mar 2023 08:18:04 -0700 (PDT) Received: by mail-ed1-x534.google.com with SMTP id y4so88210036edo.2 for ; Thu, 23 Mar 2023 08:18:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679584682; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=MBwq3BW4HlZEmBseQtXAXl8EFNqS/eNm63K00dbmNLc=; b=IwPhYCSiXpEn/7oH4Y06x8ia2NkRizr3JtOfl8bLyKesMolLcV7JRjnbTUElLLHO5B PuzNDr2y373Fa7IZNiop7hoEmCYwnFxzKAEy5WsP9CfdK5mTdi5wy9IGKmDEQ0WZK8ib 3CprGBgEGxrbKaIcyuobx+WGHP9Mz5GI8Iyvb2PE2GJI7u65xqXm4R/ZwqrLqi6YpwNI A9PYN/dg9YtK064Kqv7SdUoo5Os9Igf2wIdTT3S4G+Q+2c2dgQ251ip4B/q5Znuzy0D5 6qDo8/3PCq6Flnwj7g1FLtKUWJp4U3jlWr3ccmpVbWKQR4htQ56zcQ+utWIaK8obTYC3 aVFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679584682; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=MBwq3BW4HlZEmBseQtXAXl8EFNqS/eNm63K00dbmNLc=; b=vOAEylFq3rj3ueqxOrzC+8hUiAOAoB7DiUbZdIM4XUObBylgCfxJbRaiRDARm+9JNE XkIvENGg4mnsYXqsX3ggcM+pcikja0S20C9PYOom/w9iJiixjnR+KuHFACCALnqFQ/Di 2cNkI9Vt5zOCZ7BkIk5pwyZrTaVV3VPiLB+lX/knGZ3o/KU2vRVPgktPklA1X1st5zzD XF6I5kHlF+0KPEcMYJu8yKRsL879nwAEhxapW1YrVtIqnsQ8SeRhcTxqCfU7+KHMpJEs wqVuOJUFQ84BbdZzb+Sok846m7keiUrh/Z0O3nwuYo6yRK6RG5Cobupr/gwGo1MUAwpU IePA== X-Gm-Message-State: AO0yUKWaAQB0bYV2UInZo8WJjsTxRCLWv6Fn6BFk05zhMyG52lE2EL2X 5zj4OKq052OK2QwZ6cJGLaffNDe9JRFUG0Fi X-Google-Smtp-Source: AK7set+YHIvRXnbmUnStAXNi7Z05tZWUuhh+8J3HFnhcXRS5hhRheXjJnTDoU2XE7X2e4J9WnLYs+Q== X-Received: by 2002:a05:6402:31fa:b0:4fd:23c9:11ed with SMTP id dy26-20020a05640231fa00b004fd23c911edmr9926599edb.17.1679584682346; Thu, 23 Mar 2023 08:18:02 -0700 (PDT) Received: from khadija-virtual-machine ([39.41.14.14]) by smtp.gmail.com with ESMTPSA id x28-20020a50d61c000000b004c19f1891fasm9417328edi.59.2023.03.23.08.18.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Mar 2023 08:18:01 -0700 (PDT) Date: Thu, 23 Mar 2023 20:17:59 +0500 From: Khadija Kamran To: Greg Kroah-Hartman Cc: outreachy@lists.linux.dev, Parthiban Veerasooran , Christian Gromm , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: most: fix line ending with '(' Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 23, 2023 at 05:53:19AM +0100, Greg Kroah-Hartman wrote: > On Wed, Mar 22, 2023 at 07:35:38PM +0500, Khadija Kamran wrote: > > Splitting function header to multiple lines because of 80 characters per > > line limit, results in ending the function call line with '('. > > This leads to CHECK reported by checkpatch.pl > > > > Move the first parameter right after the '(' in the function call line. > > Align the rest of the parameters to the opening parenthesis. > > > > Signed-off-by: Khadija Kamran > > --- > > drivers/staging/most/dim2/hal.c | 5 ++--- > > 1 file changed, 2 insertions(+), 3 deletions(-) > > You have 2 patches here with identical subject lines, yet they do > different things :( > > I've dropped all of your pending patches now for the most driver as I'm > totally confused. Please resend them all as a proper patch series with > updated subject lines. > Hey Greg! I took your message literally and sent a RESEND PATCH. I should've sent a new version of the patch instead. Would it be okay if I send patch revisions with changed subjects now? My apologies for the inconvenience. Regards, Khadija > thanks, > > greg k-h