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 7BB24C636CC for ; Wed, 15 Feb 2023 04:28:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232533AbjBOE2T (ORCPT ); Tue, 14 Feb 2023 23:28:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53588 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232022AbjBOE2L (ORCPT ); Tue, 14 Feb 2023 23:28:11 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9474CFF13; Tue, 14 Feb 2023 20:28:10 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 4CF13B81FE1; Wed, 15 Feb 2023 04:28:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52351C4339B; Wed, 15 Feb 2023 04:28:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676435288; bh=LaHxlO/Lqk94HLe8G6u25TN7SKABfg5M/QlVM+MCs3I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Gi04b6ewaKyQP0hp+a24h4MXZmEzyTJDGfWVMB2Mw9J0SxwsliGXxKCXqmCK1e5le W7dAAnoYPS5NdaKqEY/rdR+AxZlQ3aHFIwS2TCiTbsvnz4fu5fx+QHyiwsKsbn6Lmi XU+r+eafj4/7Xv9Hzs7s3rCOiR4Mtm4/+/pmg6mSXkmReJnl58nPzZB1G3Gem+sSyU eO6zgVkbuVYwryRA/1jgShobyuOmfPDu3rrXgz8pNs6tycC/AxbOsWJP4bgyzfU8tF BQJz/K2PLJp4HIDayrKF/BE8tcvdvYhl17kSl+AuoJrR5ZboohSSm80EGW/wvPaHbX QaMd0Q75Yk0Fg== From: Bjorn Andersson To: Konrad Dybcio , Chris Lew , Mathieu Poirier , Bjorn Andersson , Andy Gross Cc: linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rpmsg: glink: Fix spelling of peek Date: Tue, 14 Feb 2023 20:30:10 -0800 Message-Id: <167643540672.1154547.18139879334619462422.b4-ty@kernel.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230214224746.1996130-1-quic_bjorande@quicinc.com> References: <20230214224746.1996130-1-quic_bjorande@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 14 Feb 2023 14:47:46 -0800, Bjorn Andersson wrote: > The code is peeking into the buffers, not peaking. Fix this throughout > the glink drivers. > > Applied, thanks! [1/1] rpmsg: glink: Fix spelling of peek commit: a8f500c68673d385b437da678aaf9ebba0ab9db0 Best regards, -- Bjorn Andersson