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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9813CC433F5 for ; Wed, 27 Oct 2021 05:02:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 817BD60F21 for ; Wed, 27 Oct 2021 05:02:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238166AbhJ0FE3 (ORCPT ); Wed, 27 Oct 2021 01:04:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:53466 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230349AbhJ0FE1 (ORCPT ); Wed, 27 Oct 2021 01:04:27 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3765060F21; Wed, 27 Oct 2021 05:02:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1635310922; bh=wg2RNG7Fk6M43nRwVMIjou4UKMRQPMXmVEw6LZZ3p44=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OOCwXYtLidTIun78mfD71bjvQM+xj6hxNp529AHSZKIqjF31Z/F64L8YPsbLtwk27 1RK8grKv8pB3+zX/MK0jUeUBzf6lhiOMWk1UBBKNwu9/oQ5pPRmgq7ByWn81Qd455y EP2qtjzVPJByc/msCAuIPSWKL554WuDaO0MUyZV0= Date: Wed, 27 Oct 2021 07:01:57 +0200 From: Greg KH To: Gaston Gonzalez Cc: linux-staging@lists.linux.dev, nsaenz@kernel.org, stefan.wahren@i2se.com, arnd@arndb.de, dan.carpenter@oracle.com, ojaswin98@gmail.com, amarjargal16@gmail.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: vchiq_core: get rid of typedef Message-ID: References: <20211026212756.25557-1-gascoar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211026212756.25557-1-gascoar@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 26, 2021 at 06:27:56PM -0300, Gaston Gonzalez wrote: > Get rid of typedef and use proper kernel type instead. which typedef? Please be specific. thanks, greg k-h