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 5CE81FA3741 for ; Mon, 31 Oct 2022 16:53:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231980AbiJaQxm (ORCPT ); Mon, 31 Oct 2022 12:53:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231709AbiJaQxi (ORCPT ); Mon, 31 Oct 2022 12:53:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7678411A11 for ; Mon, 31 Oct 2022 09:53:37 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 1232A61225 for ; Mon, 31 Oct 2022 16:53:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C8D8C433C1; Mon, 31 Oct 2022 16:53:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667235216; bh=5FSyXkqQ+xG6XJPWEaNeDpN+GhxNh7sIjAazomfszxs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FhDTJbR2xkaiNkwUqUNHpFYx21ABX1SaHTNxi1yNIbXUOqzzeqwQTAi6iY0Mr6yOz 8Uwr5JbltXRtFW6GPdlnwprPUXgDex3PDHYcvcEe0iom1AQpVTyLf4NZMarlOZcu21 q6+xbmoEetX4A5puqYLCppVlz3qqg3KsKtKRYxbY= Date: Mon, 31 Oct 2022 17:54:32 +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] staging: vt6655: change variable name wTimeStampOff 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, Oct 31, 2022 at 02:43:58PM +0000, Tanjuate Brunostar wrote: > The Linux coding style does not allow CamelCase variable naming. That is a correct statement, but why say that here? We have documentation that describes this already :) Please read the kernel documentation for how to write a good changelog text and resend this as a v2. thanks, greg k-h