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 7B681C04A68 for ; Wed, 27 Jul 2022 06:50:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229831AbiG0Gue (ORCPT ); Wed, 27 Jul 2022 02:50:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230129AbiG0GuF (ORCPT ); Wed, 27 Jul 2022 02:50:05 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83F202ADF for ; Tue, 26 Jul 2022 23:48:20 -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 sin.source.kernel.org (Postfix) with ESMTPS id D3712CE200A for ; Wed, 27 Jul 2022 06:48:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9702C433D7; Wed, 27 Jul 2022 06:48:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1658904497; bh=O3pWBNFy+mhF4rfrd3ZoZjiwnupWwUro4mk5hWfHJjM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AJk/I0eR8PRR91+7Srhy7DSl1ravoz8r92rp38zmgS7mYUTDZdrOpnGuJ2ZC/7o0v zDsHgXrCqLHOzf9zkc9r6PAoTcmTv7GjXeRST9fW33JM3eO+K1bWxqwXG/HFM/K+sj 6BpPnco1PkrRrsWwW7EvOX7D4LSJ3gJHyZMB41wI= Date: Wed, 27 Jul 2022 08:48:14 +0200 From: Greg Kroah-Hartman To: Philipp Hortmann Cc: Forest Bond , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] staging: vt6655: Rename MACvClearStckDS Message-ID: References: <3bdaf8401f49276c3176d073c7f77da57d7c1e70.1658333350.git.philipp.g.hortmann@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3bdaf8401f49276c3176d073c7f77da57d7c1e70.1658333350.git.philipp.g.hortmann@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 20, 2022 at 06:24:36PM +0200, Philipp Hortmann wrote: > Fix name of a macro that uses CamelCase which is not > accepted by checkpatch.pl You do have 72 columns to use here, feel free to do so :) Also a bit better description would be nice. thanks, greg k-h