From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 62C303FCC for ; Mon, 27 Sep 2021 15:35:10 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 4579360EE0; Mon, 27 Sep 2021 15:35:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632756910; bh=LBNb1z5QaCJTM2OuTGM0Hcf47QA9DIsNFaN3K8X3lTg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zswsIbzjQWilZ3pgfKg8+ji4buPHogYuGj/UHtkk87UWAXLCZMvIMWWCcAlxrvkcF 41qD7JQU6geYMGsqL+hCeep/AZGAKx+UPhatJRToT+TIG4WHfA4LAUmhHvxHHQv5a4 Kh+hlU/F8phGiO6vxmApCR9+Z1w5X5yt6QQrqcg4= Date: Mon, 27 Sep 2021 17:35:07 +0200 From: Greg KH To: Guo Zhi Cc: nsaenz@kernel.org, peterz@infradead.org, maz@kernel.org, bsegall@google.com, rdunlap@infradead.org, airlied@redhat.com, kan.liang@linux.intel.com, odin@uged.al, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: vchip_arm: Fix misuse of %x Message-ID: References: <20210923035554.669434-1-qtxuning1999@sjtu.edu.cn> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210923035554.669434-1-qtxuning1999@sjtu.edu.cn> On Thu, Sep 23, 2021 at 11:55:54AM +0800, Guo Zhi wrote: > Pointers should be printed with %p or %px rather than > cast to (unsigned long) and printed with %lx. > Change %lx to %pK to print the pointers. > > Signed-off-by: Guo Zhi > --- > .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Does not apply to my tree :( Please rebase and resend. thanks, greg k-h 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 E63E2C433F5 for ; Mon, 27 Sep 2021 15:36:49 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9DBB960F6C for ; Mon, 27 Sep 2021 15:36:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9DBB960F6C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+yoWUWYEpcO3nz5BeTcnmPPErQ1r1290vi02XPUIVfQ=; b=lUTnaOySOKPPoa M1ZxVGT5ywul2whEeuQOC8r9kQ0o60EQh73RG9qG8FUyjdiMQbA3kN937tyUxRyvK8bFmslrofeXm 4YyeZ5xcfwkPxVX2iPmrQDLrvouBd89Ul0m+peZD1x6wjRWZP8199fdojIWWOPpIQpUETQZISwW4k OaT7lxO2DRJN/h0kt6MkBE++K0XbdACfDbyk2BeMOf5nfGeIBgat3jIyEqyuTm/v19ozfabsXzZrw 9Y9ShsSd3ss6hhoe61eRnMsk8qKpmMZdwTMQNMJz7OrCXouOJ3AOz12ysbM6H73nk75CxSoz03urY epDDokwCqY9RG7oaPlOA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUsew-003Bwl-6Z; Mon, 27 Sep 2021 15:35:14 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUset-003Bvr-3x; Mon, 27 Sep 2021 15:35:12 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4579360EE0; Mon, 27 Sep 2021 15:35:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632756910; bh=LBNb1z5QaCJTM2OuTGM0Hcf47QA9DIsNFaN3K8X3lTg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zswsIbzjQWilZ3pgfKg8+ji4buPHogYuGj/UHtkk87UWAXLCZMvIMWWCcAlxrvkcF 41qD7JQU6geYMGsqL+hCeep/AZGAKx+UPhatJRToT+TIG4WHfA4LAUmhHvxHHQv5a4 Kh+hlU/F8phGiO6vxmApCR9+Z1w5X5yt6QQrqcg4= Date: Mon, 27 Sep 2021 17:35:07 +0200 From: Greg KH To: Guo Zhi Cc: nsaenz@kernel.org, peterz@infradead.org, maz@kernel.org, bsegall@google.com, rdunlap@infradead.org, airlied@redhat.com, kan.liang@linux.intel.com, odin@uged.al, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: vchip_arm: Fix misuse of %x Message-ID: References: <20210923035554.669434-1-qtxuning1999@sjtu.edu.cn> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210923035554.669434-1-qtxuning1999@sjtu.edu.cn> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210927_083511_200294_66FE007E X-CRM114-Status: UNSURE ( 9.49 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Sep 23, 2021 at 11:55:54AM +0800, Guo Zhi wrote: > Pointers should be printed with %p or %px rather than > cast to (unsigned long) and printed with %lx. > Change %lx to %pK to print the pointers. > > Signed-off-by: Guo Zhi > --- > .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Does not apply to my tree :( Please rebase and resend. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel