From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752166Ab2GSAKV (ORCPT ); Wed, 18 Jul 2012 20:10:21 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:47811 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751163Ab2GSAKS (ORCPT ); Wed, 18 Jul 2012 20:10:18 -0400 Message-ID: <1342656617.2215.40.camel@joe2Laptop> Subject: Re: [PATCH] staging/et131x: fix checkpatch warnings From: Joe Perches To: Toshiaki Yamane Cc: Greg Kroah-Hartman , Mark Einon , linux-kernel@vger.kernel.org Date: Wed, 18 Jul 2012 17:10:17 -0700 In-Reply-To: References: <1342442513-10488-1-git-send-email-yamanetoshi@gmail.com> <1342573366-8167-1-git-send-email-yamanetoshi@gmail.com> <1342574175.2012.12.camel@joe2Laptop> <1342633985.9551.36.camel@joe2Laptop> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2- Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2012-07-19 at 09:05 +0900, Toshiaki Yamane wrote: > On Thu, Jul 19, 2012 at 2:53 AM, Joe Perches wrote: > > OK, fyi: it turns out ps_ring_physaddr and rx_status_bus > > are both dma_addr_t so both should be emitted with %ull > > and cast to (unsigned long long) or (u64). > Thanks for your reply. > %ullx ? My fault, dunno what I was thinking, just %llx cheers, Joe