ieee1394: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
825f1df545
commit
a5c52df8bc
|
@ -858,7 +858,7 @@ static int arm_read(struct hpsb_host *host, int nodeid, quadlet_t * buffer,
|
||||||
int found = 0, size = 0, rcode = -1;
|
int found = 0, size = 0, rcode = -1;
|
||||||
struct arm_request_response *arm_req_resp = NULL;
|
struct arm_request_response *arm_req_resp = NULL;
|
||||||
|
|
||||||
DBGMSG("arm_read called by node: %X"
|
DBGMSG("arm_read called by node: %X "
|
||||||
"addr: %4.4x %8.8x length: %Zu", nodeid,
|
"addr: %4.4x %8.8x length: %Zu", nodeid,
|
||||||
(u16) ((addr >> 32) & 0xFFFF), (u32) (addr & 0xFFFFFFFF),
|
(u16) ((addr >> 32) & 0xFFFF), (u32) (addr & 0xFFFFFFFF),
|
||||||
length);
|
length);
|
||||||
|
@ -1012,7 +1012,7 @@ static int arm_write(struct hpsb_host *host, int nodeid, int destid,
|
||||||
int found = 0, size = 0, rcode = -1, length_conflict = 0;
|
int found = 0, size = 0, rcode = -1, length_conflict = 0;
|
||||||
struct arm_request_response *arm_req_resp = NULL;
|
struct arm_request_response *arm_req_resp = NULL;
|
||||||
|
|
||||||
DBGMSG("arm_write called by node: %X"
|
DBGMSG("arm_write called by node: %X "
|
||||||
"addr: %4.4x %8.8x length: %Zu", nodeid,
|
"addr: %4.4x %8.8x length: %Zu", nodeid,
|
||||||
(u16) ((addr >> 32) & 0xFFFF), (u32) (addr & 0xFFFFFFFF),
|
(u16) ((addr >> 32) & 0xFFFF), (u32) (addr & 0xFFFFFFFF),
|
||||||
length);
|
length);
|
||||||
|
|
Loading…
Reference in New Issue