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 1B29FCA0EE2 for ; Mon, 11 Sep 2023 22:09:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357913AbjIKWGx (ORCPT ); Mon, 11 Sep 2023 18:06:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34500 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237243AbjIKMSj (ORCPT ); Mon, 11 Sep 2023 08:18:39 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B330C125; Mon, 11 Sep 2023 05:18:35 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EA78FC433C7; Mon, 11 Sep 2023 12:18:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694434715; bh=Uy5U8uurwFCdmj3LsyWrnSusEsLgxmXe5vcJ0qBvJ/8=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=Mu3komRZtrpxQFRHHwe6A7HOYZJNwnlYnnEN2e43DkxQSHVTfNTCGTHf3wtSau1Tz Hb5NvlqbCN/YDloIR9ANoUpoBsoIvaKIWC/l2BSiypsS54B43WD11UAZ3ae6y18g7V M6nRyZnjRHk8nJLmWpckaEtT6Dd9vcPoLbPfpNlDibDGPQSEEJjq+KfaoUmtdCMSC4 2TaRV5EGwabjI8xLOp67pWVlspvJLlVBGcJL3+FTdszYZQM8kMQL8fVaHTCp+YZu4K XFoi+2SAXs3Xk4q6Zj1B4Neh/ix3xYQsKxtobWsp/0s+0eeBehx/SiStb09rHkXSGF ZOZjCOL/syrJQ== From: Leon Romanovsky To: jgg@ziepe.ca, Konstantin Meskhidze Cc: gregkh@linuxfoundation.org, benjamin.tissoires@redhat.com, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, yusongping@huawei.com, artem.kuzin@huawei.com In-Reply-To: <20230905103258.1738246-1-konstantin.meskhidze@huawei.com> References: <20230905103258.1738246-1-konstantin.meskhidze@huawei.com> Subject: Re: [PATCH] RDMA/uverbs: Fix typo of sizeof argument Message-Id: <169443471215.409943.2562123584922962009.b4-ty@kernel.org> Date: Mon, 11 Sep 2023 15:18:32 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.12-dev-a055d Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Tue, 05 Sep 2023 18:32:58 +0800, Konstantin Meskhidze wrote: > Since size of 'hdr' pointer and '*hdr' structure is equal on 64-bit > machines issue probably didn't cause any wrong behavior. But anyway, > fixing of typo is required. > > Applied, thanks! [1/1] RDMA/uverbs: Fix typo of sizeof argument https://git.kernel.org/rdma/rdma/c/c489800e0d4809 Best regards, -- Leon Romanovsky