All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Christie <michaelc@cs.wisc.edu>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: jejb <james.bottomley@steeleye.com>,
	scsi <linux-scsi@vger.kernel.org>,
	FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>,
	FUJITA Tomonori <tomof@acm.org>
Subject: Re: [PATCH resend] scsi tgt: fix build when dprintk is defined
Date: Wed, 14 Nov 2007 23:36:38 -0600	[thread overview]
Message-ID: <473BDAE6.4030309@cs.wisc.edu> (raw)
In-Reply-To: <20071114165236.54f93155.randy.dunlap@oracle.com>

Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@xenotime.net>
> 
> Fix scsi_tgt_lib build when dprintk is defined:

> @@ -617,7 +617,7 @@ int scsi_tgt_kspace_it_nexus_rsp(int hos
>  	struct Scsi_Host *shost;
>  	int err = -EINVAL;
>  
> -	dprintk("%d %d %llx\n", host_no, result, (unsigned long long) mid);
> +	dprintk("%d %d\n", host_no, result);
>  

Is there a correct kernel macro or value to use when the variable is 
u64/uint64_t? Something like PRIu64 in userspace?

  reply	other threads:[~2007-11-15  5:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-15  0:52 [PATCH resend] scsi tgt: fix build when dprintk is defined Randy Dunlap
2007-11-15  5:36 ` Mike Christie [this message]
2007-11-15  6:15   ` Randy Dunlap
     [not found] ` <473C0CC7.6090306@panasas.com>
2007-11-15  9:37   ` [PATCH rebased] " Boaz Harrosh
2007-11-15  9:53     ` [PATCH rebased ver2] " Boaz Harrosh
2007-11-16  9:45       ` FUJITA Tomonori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=473BDAE6.4030309@cs.wisc.edu \
    --to=michaelc@cs.wisc.edu \
    --cc=fujita.tomonori@lab.ntt.co.jp \
    --cc=james.bottomley@steeleye.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    --cc=tomof@acm.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.