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 7C30AC433EF for ; Wed, 15 Jun 2022 17:17:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346193AbiFORRA (ORCPT ); Wed, 15 Jun 2022 13:17:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243532AbiFORQ6 (ORCPT ); Wed, 15 Jun 2022 13:16:58 -0400 Received: from challenge-bot.com (challenge-bot.com [IPv6:2602:fffa:fff:108a:0:16:3e15:92b8]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 276A935DCD for ; Wed, 15 Jun 2022 10:16:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=challenge-bot.com; s=20180430; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=55zlIXYUbXtl7SzLvjogB+Y/GM8hMsZIeb8tJz2Oe34=; b=hXAMuF2mpiGaDpCI4b8UN/cMF o043XI0B1Kmt7pX/TbIu6T4bD0fi8IcZC1jepmJgb7j/5AgGKcniMkcuUf2oDnfHXmaCua51ojOJt w+7r+gc21aSH9je0r3tfij1Rx/vOi3EtXEPDnJbPAaoLTImJMCM1+uqjcJ1v3w7/bESnQ=; Received: from ozzloy by challenge-bot.com with local (Exim 4.92) (envelope-from ) id 1o1WdQ-0005eO-Qg; Wed, 15 Jun 2022 10:16:52 -0700 Date: Wed, 15 Jun 2022 10:16:52 -0700 From: daniel watson To: Dan Carpenter Cc: Larry Finger , Phillip Potter , Greg Kroah-Hartman , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] call rtw_IOL_append_*_cmd directly Message-ID: References: <20220615083715.GM2146@kadam> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220615083715.GM2146@kadam> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 15, 2022 at 11:37:15AM +0300, Dan Carpenter wrote: > On Tue, Jun 14, 2022 at 05:49:24PM -0700, daniel watson wrote: > > From: Daniel Watson > > > > This patchset calls the rtw_IOL_append_*_cmd group of functions > > directly and removes the #define wrappers. > > > > Looks good, thanks! > > Reviewed-by: Dan Carpenter > > regards, > dan carpenter > Thanks! I noticed a typo in the first commit message. I'll send a v3 to fix it.