All of lore.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL][PATCH] opensm: clean up error message, function name is printed by logging code
@ 2013-01-16  1:40 Ira Weiny
       [not found] ` <20130115174009.8d2dd3a6d00c9ad0307a797a-i2BcT+NCU+M@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Ira Weiny @ 2013-01-16  1:40 UTC (permalink / raw)
  To: Alex Netes; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA



Signed-off-by: Ira Weiny <weiny2-i2BcT+NCU+M@public.gmane.org>
---
 opensm/osm_req.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opensm/osm_req.c b/opensm/osm_req.c
index 1c3c172..0b48a54 100644
--- a/opensm/osm_req.c
+++ b/opensm/osm_req.c
@@ -104,8 +104,7 @@ static ib_net64_t req_determine_mkey(IN osm_sm_t * sm,
 	*/
 	if (!p_physp) {
 		OSM_LOG(sm->p_log, OSM_LOG_ERROR,
-			"req_determine_mkey: ERR 1107: "
-			"Outgoing physp is null on non-hop_0!\n");
+			"ERR 1107: Outgoing physp is null on non-hop_0!\n");
 		dest_port_guid = 0;
 		goto Remote_Guid;
 	}
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [TRIVIAL][PATCH] opensm: clean up error message, function name is printed by logging code
       [not found] ` <20130115174009.8d2dd3a6d00c9ad0307a797a-i2BcT+NCU+M@public.gmane.org>
@ 2013-01-20 10:13   ` Alex Netes
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Netes @ 2013-01-20 10:13 UTC (permalink / raw)
  To: Ira Weiny; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Hi Ira,

On 17:40 Tue 15 Jan     , Ira Weiny wrote:
> 
> 
> Signed-off-by: Ira Weiny <weiny2-i2BcT+NCU+M@public.gmane.org>
> ---

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-20 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-16  1:40 [TRIVIAL][PATCH] opensm: clean up error message, function name is printed by logging code Ira Weiny
     [not found] ` <20130115174009.8d2dd3a6d00c9ad0307a797a-i2BcT+NCU+M@public.gmane.org>
2013-01-20 10:13   ` Alex Netes

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.