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 14045C4332F for ; Thu, 17 Nov 2022 18:46:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240677AbiKQSqo (ORCPT ); Thu, 17 Nov 2022 13:46:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240121AbiKQSqm (ORCPT ); Thu, 17 Nov 2022 13:46:42 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79A2C87569 for ; Thu, 17 Nov 2022 10:46:41 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 32565B82177 for ; Thu, 17 Nov 2022 18:46:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D42ABC433D6; Thu, 17 Nov 2022 18:46:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1668710798; bh=k0dh0rEQyTPqwNESfa+6rnl8z5JIFBLAvXgrbLyBuyw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xfs60hKgUoTWQqe/klrNMFAYPqGnFIGwOtF4LTOy/zXFt+mTEHyrkLH/E0UpvxOdT P5uqiNVoRCSmRUzxVLwli1m0+MNroUFhDOPIUa3cRj7do+JyWDsAUA6L7dPmyfHeYb boxOzNTm+01q3zds5h3xYDPAiPSCrxb0TtIqBJsM= Date: Thu, 17 Nov 2022 19:46:28 +0100 From: Greg KH To: Tanjuate Brunostar Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev Subject: Re: [PATCH v2] staging: vt6655: change the function name s_vGenerateTxParameter 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 Mon, Nov 14, 2022 at 06:50:34PM +0000, Tanjuate Brunostar wrote: > Remove the use of Hungarian notation, which is not used in the Linux > kernel. Reported by checkpatch > Add indentation to the affected function to follow the Linux kernel > coding style. This improves code visibility > > Signed-off-by: Tanjuate Brunostar > --- > > v2: removed unnecessary function prototype > Does not apply to my tree: checking file drivers/staging/vt6655/rxtx.c Hunk #2 FAILED at 85. Hunk #3 succeeded at 880 (offset 26 lines). Hunk #4 succeeded at 1119 (offset 26 lines). 1 out of 4 hunks FAILED