Actually I fixed it up myself, please check my result :)
On Mon, Oct 10, 2011 at 12:00 PM, Latif, Faisal <[email protected]> wrote: > Hi Roland, > > Sorry for late reply. Yes %pI4 would be a lot cleaner. Do you want me to > resubmit this patch again? > > Thanks > Faisal > > >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] On Behalf >> Of Roland Dreier >> Sent: Thursday, October 06, 2011 2:54 PM >> To: Latif, Faisal >> Cc: [email protected] >> Subject: Re: [PATCH 2/3] RDMA/nes: Print ip address for critcal errors >> >> > + printk(KERN_ERR PFX "Remote ip addr = %u.%u.%u.%u\n", >> > + rem_addr[3], rem_addr[2], rem_addr[1], >> rem_addr[0]); >> >> Any reason this couldn't use %pI4 and be a lot cleaner? >> >> - R. > -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
