diff mbox

[TRIVIAL] opensm/osm_log.h: fix function documentation

Message ID 505B0580.9010305@mellanox.co.il (mailing list archive)
State Rejected
Delegated to: Alex Netes
Headers show

Commit Message

Yevgeny Kliteynik Sept. 20, 2012, 12:01 p.m. UTC
Signed-off-by: Yevgeny Kliteynik <kliteyn@dev.mellanox.co.il>
---
 include/opensm/osm_log.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Alex Netes Oct. 25, 2012, 3:39 p.m. UTC | #1
Hi Yevgeny,

On 15:01 Thu 20 Sep     , Yevgeny Kliteynik wrote:
> 
> Signed-off-by: Yevgeny Kliteynik <kliteyn@dev.mellanox.co.il>
> ---

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/include/opensm/osm_log.h b/include/opensm/osm_log.h
index 3247296..61ba750 100644
--- a/include/opensm/osm_log.h
+++ b/include/opensm/osm_log.h
@@ -1,6 +1,6 @@ 
 /*
  * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
- * Copyright (c) 2002-2006 Mellanox Technologies LTD. All rights reserved.
+ * Copyright (c) 2002-2012 Mellanox Technologies LTD. All rights reserved.
  * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
  *
  * This software is available to you under a choice of one of two
@@ -427,7 +427,7 @@  static inline void osm_log_set_level(IN osm_log_t * p_log,
 *		[in] New level to set.
 *
 * RETURN VALUES
-*	Returns the current log level.
+*	This function does not return a value.
 *
 * NOTES
 *