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 5887AC04A94 for ; Mon, 31 Jul 2023 06:43:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230230AbjGaGn1 (ORCPT ); Mon, 31 Jul 2023 02:43:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230244AbjGaGnY (ORCPT ); Mon, 31 Jul 2023 02:43:24 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 96FF0E43; Sun, 30 Jul 2023 23:43:20 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id AE5DD809E; Mon, 31 Jul 2023 06:43:19 +0000 (UTC) Date: Mon, 31 Jul 2023 09:43:18 +0300 From: Tony Lindgren To: xuanzhenggang001@208suo.com Cc: linux@armlinux.org.uk, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: OMAP2+: prefer 'unsigned int' to bare use of 'unsigned' Message-ID: <20230731064318.GJ5194@atomide.com> References: <20230709135705.59832-1-denghuilong@cdjrlc.com> <7efba6a4aae52649aa05756263c0a955@208suo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7efba6a4aae52649aa05756263c0a955@208suo.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * xuanzhenggang001@208suo.com [230709 16:59]: > arch/arm/mach-omap2/display.c:73: WARNING: Prefer 'unsigned int' to bare use > of 'unsigned' > arch/arm/mach-omap2/display.c:111: WARNING: Prefer 'unsigned int' to bare > use of 'unsigned' > arch/arm/mach-omap2/display.c:119: WARNING: Prefer 'unsigned int' to bare > use of 'unsigned' This patch does not apply because the patch has spaces instead of tabs. Care to check the issue and resend? Thanks, Tony 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 8D4C0C04A94 for ; Mon, 31 Jul 2023 06:43:55 +0000 (UTC) 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=BQ3OXymbiP2+T1SC37hIzp5jiVMPCZnS/hQZ7VTlDrY=; b=stSKX0+sPoqjbJ 0RzDE2Dc3XRoHddRM1U3ezBSyEF7O+BCAwWqW7+d7925AmGHi+aexIJIXhwO4BKxlbSAO6tyhhyTN tTWT0Au78aby3U23M011yw8py6wzdJWPb2bzZ4yAeYq0HGK7m/y+736nma/oavQvaZOUvxLkQNMSn 0gRpr98j9Pbe5W290T12Qs47ZEYVQaFKLxi7LTkrS/g5qBKQYXL0uHDz27Q81lshcbt8bjlydOKm6 H1WmU3R34m/e/ydJCng4GMnsbZ4Oi061gpiRq84erwBTR9uJ+m2uveM4BjM8Jcu6R1SesnCNun873 uB6qRalgMRHg1gcgmwQw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qQMcq-00E8oO-02; Mon, 31 Jul 2023 06:43:28 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qQMci-00E8le-1S for linux-arm-kernel@lists.infradead.org; Mon, 31 Jul 2023 06:43:21 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id AE5DD809E; Mon, 31 Jul 2023 06:43:19 +0000 (UTC) Date: Mon, 31 Jul 2023 09:43:18 +0300 From: Tony Lindgren To: xuanzhenggang001@208suo.com Cc: linux@armlinux.org.uk, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: OMAP2+: prefer 'unsigned int' to bare use of 'unsigned' Message-ID: <20230731064318.GJ5194@atomide.com> References: <20230709135705.59832-1-denghuilong@cdjrlc.com> <7efba6a4aae52649aa05756263c0a955@208suo.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <7efba6a4aae52649aa05756263c0a955@208suo.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230730_234320_523873_2D7F94F1 X-CRM114-Status: UNSURE ( 8.77 ) 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 * xuanzhenggang001@208suo.com [230709 16:59]: > arch/arm/mach-omap2/display.c:73: WARNING: Prefer 'unsigned int' to bare use > of 'unsigned' > arch/arm/mach-omap2/display.c:111: WARNING: Prefer 'unsigned int' to bare > use of 'unsigned' > arch/arm/mach-omap2/display.c:119: WARNING: Prefer 'unsigned int' to bare > use of 'unsigned' This patch does not apply because the patch has spaces instead of tabs. Care to check the issue and resend? Thanks, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel