On Wed, 14 Nov 2007 23:36:38 -0600 Mike Christie wrote: > Randy Dunlap wrote: > > From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> > > > > 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? Not that I'm aware of. There has been some discussion of it, but that's all I've seen. --- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html