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 2BA0FC7619A for ; Sat, 15 Apr 2023 16:02:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229819AbjDOQCG (ORCPT ); Sat, 15 Apr 2023 12:02:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229468AbjDOQCC (ORCPT ); Sat, 15 Apr 2023 12:02:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8BDB1B0 for ; Sat, 15 Apr 2023 09:02:01 -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 66CE061590 for ; Sat, 15 Apr 2023 16:02:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73DC4C433D2; Sat, 15 Apr 2023 16:02:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681574520; bh=2lxNx7dI1f2VCmdKpHS7oTJtbs5wANZA9fpjkO9Vgx0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q0XP0174xStEWXWeFFPe0+WirBJj6nldDTsyDpJPIZ5unZQIOfSQX+eKgWRrgsirW /s73QAKT9u5oPNOuCeaO9Y91ZCGhcR7kjTkU24RGPIqE/QNGKlG0lR5NwwLSM57qOZ 1v/xXWwZGtiGQjRYPT3tQCdQJR/ajuNea1Ok/baU= Date: Sat, 15 Apr 2023 18:01:58 +0200 From: Greg KH To: Dalvin-Ehinoma Noah Aiguobas Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: octeon: remove typedef declaration Message-ID: <2023041533-idealness-stand-8909@gregkh> References: <20230415120141.GA6585@koolguy> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230415120141.GA6585@koolguy> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 15, 2023 at 02:01:41PM +0200, Dalvin-Ehinoma Noah Aiguobas wrote: > Fix checkpatch.pl warning for enums. > > Change typedef cvmx_helper_interface_mode_t to > enum cvmx_helper_interface_mode in ethernet.c You did much more than that here in this patch, so obviously we can't take this as-is, right? thanks, greg k-h