Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp2512537ybp; Sat, 12 Oct 2019 11:37:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqw8dbKlR+mszpC5Y0ncodD+TR5ZvxJdMtRJblojqzXsJy3AFohzCkAPf2E8BIrd8j6LyNrC X-Received: by 2002:a05:6402:128c:: with SMTP id w12mr20464781edv.284.1570905442788; Sat, 12 Oct 2019 11:37:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570905442; cv=none; d=google.com; s=arc-20160816; b=KkVuIryQPHfeH3buK+a6IkPU6hp/sKrfzM/r8KgsbOVuQhOUJyVZDSoyOXaw4gc3DV fZBR5qHdgVNdlUF6K/IQUkvEzHTFu4f/50mrY3Pz566zoRJAaM0dxWEPs96JFtklAunw DiX5+g6A/Sm0UmLfz/SLgvg4x/z5p+tsZ09XQof+zhdksJnUWFHTuMXM5bfTmGEPx+dG ix4upuaiBPLEBEKBUc7vfdKnzQ5kuOIVuDZu/YI2FWDpIY/EU526+UGFUsEoD4PKfKAm jcAqR6r848u7TVHXo1cR9mAQTQvHF0nrGLVafMg3kTWTnKSkUMVtFQm6ojYEGnvjLjRC m4WA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=eHCr2tgtFNQ8evL388NpHw2uDzqSyGVCU2ozf7L8yEo=; b=qdCfHYMnOPH3/Ko9Bu3waosnYw8ByNxI5QaZ4/nrk57j6uwSpy/KJEBnNnEEmd2ggz G0sIbZCvlQSq8KbIrljmTMyNNPcdMfLpYQdRzvnEAwiWBgTUkxSZh8Q0D49QsNAAmePv OUdvEAXqt2WmUOmmz5DFtilzI6+moXVvZ6U5hQXNRM2p9PuGO3W6+QDPm2/dxpP0w/ky fwd29IyHBlE4bz7S3SY73uCTBoac9DwNHTD6hrpnnUahqp3QM3Zf1Zx7jiHeBLWJgVV3 p+DNlgOLvknFdCvCYxd3NbPNF5FQITQhlM7697RwlZv0JGbbWqY7VMTr8Q3vTUnVrbyH juog== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f19si8273531edb.385.2019.10.12.11.36.59; Sat, 12 Oct 2019 11:37:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729426AbfJLSfl (ORCPT + 99 others); Sat, 12 Oct 2019 14:35:41 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:8453 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728636AbfJLSfl (ORCPT ); Sat, 12 Oct 2019 14:35:41 -0400 X-IronPort-AV: E=Sophos;i="5.67,288,1566856800"; d="scan'208";a="322499627" Received: from 81-65-53-202.rev.numericable.fr (HELO hadrien) ([81.65.53.202]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Oct 2019 20:35:19 +0200 Date: Sat, 12 Oct 2019 20:35:19 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Wambui Karuga cc: outreachy-kernel@googlegroups.com, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [Outreachy kernel] [PATCH v2 0/5] Remove typedef declarations in staging: octeon In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 12 Oct 2019, Wambui Karuga wrote: > This patchset removes the addition of new typedefs data types in octeon, > along with replacing the previous uses with the new declaration format. > > v2 of the series removes the obsolete "_t" notation in the named types. > > Wambui Karuga (5): > staging: octeon: remove typedef declaration for cvmx_wqe > staging: octeon: remove typedef declaration for cvmx_helper_link_info > staging: octeon: remove typedef declaration for cvmx_fau_reg_32 > staging: octeon: remove typedef declartion for cvmx_pko_command_word0 > staging: octeon: remove typedef declaration for cvmx_fau_op_size > > drivers/staging/octeon/ethernet-mdio.c | 6 +-- > drivers/staging/octeon/ethernet-rgmii.c | 4 +- > drivers/staging/octeon/ethernet-rx.c | 6 +-- > drivers/staging/octeon/ethernet-tx.c | 4 +- > drivers/staging/octeon/ethernet.c | 6 +-- > drivers/staging/octeon/octeon-ethernet.h | 2 +- > drivers/staging/octeon/octeon-stubs.h | 56 ++++++++++++------------ > 7 files changed, 43 insertions(+), 41 deletions(-) For the series: Acked-by: Julia Lawall > > -- > 2.23.0 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/cover.1570821661.git.wambui.karugax%40gmail.com. >