diff mbox

[TRIVIAL] opensm: clean up error message, function name is printed by logging code

Message ID 20130115174009.8d2dd3a6d00c9ad0307a797a@llnl.gov (mailing list archive)
State Accepted
Delegated to: Alex Netes
Headers show

Commit Message

Ira Weiny Jan. 16, 2013, 1:40 a.m. UTC
Signed-off-by: Ira Weiny <weiny2@llnl.gov>
---
 opensm/osm_req.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

Comments

Alex Netes Jan. 20, 2013, 10:13 a.m. UTC | #1
Hi Ira,

On 17:40 Tue 15 Jan     , Ira Weiny wrote:
> 
> 
> Signed-off-by: Ira Weiny <weiny2@llnl.gov>
> ---

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

Patch

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;
 	}