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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5503C433F5 for ; Mon, 15 Nov 2021 09:30:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C4A1A61C14 for ; Mon, 15 Nov 2021 09:30:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237604AbhKOJdU (ORCPT ); Mon, 15 Nov 2021 04:33:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:41154 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230432AbhKOJc0 (ORCPT ); Mon, 15 Nov 2021 04:32:26 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id D84C661AA7; Mon, 15 Nov 2021 09:29:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1636968551; bh=I6O2UV2fGViDnmQb3yT5G3yszWMS4rc3+0/gpS1qXvU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gtv0z9F+cg7m5iUigYzQSXdBmqjeNhYNc1I8EJFax1CT8PECJIzX3os6j/DxEhLkx 93M6KA+U+kN3zisIL2iFiZybt3QOI5g4ISKMbL5XeBSS0SgZSKSo6xro2OHg3eDBBX qvbOul007NWliank+ghlFaz1YeU9MgaYAjP9xG1M= Date: Mon, 15 Nov 2021 10:29:08 +0100 From: Greg KH To: Liu Junqi Cc: linux-staging@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4] staging: mt7621-dma: reindent to avoid '(' at the end of line Message-ID: References: <20211113142455.370952-1-liujunqi@pku.edu.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211113142455.370952-1-liujunqi@pku.edu.cn> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 13, 2021 at 10:24:56PM +0800, Liu Junqi wrote: > A change to make the code more like typical coding style. > > Signed-off-by: Liu Junqi > --- > V3 -> V4: Rewrote the text below the --- line > V2 -> V3: Added describing text below the --- line > V1 -> V2: Reindented the code > > drivers/staging/mt7621-dma/hsdma-mt7621.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) This file just got deleted: https://lore.kernel.org/r/20211113192045.32153-1-sergio.paracuellos@gmail.com sorry. greg k-h