From patchwork Thu Sep 20 12:01:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yevgeny Kliteynik X-Patchwork-Id: 1483731 X-Patchwork-Delegate: alexne@voltaire.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 1031BDF2D2 for ; Thu, 20 Sep 2012 12:01:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754208Ab2ITMBK (ORCPT ); Thu, 20 Sep 2012 08:01:10 -0400 Received: from eu1sys200aog103.obsmtp.com ([207.126.144.115]:55761 "HELO eu1sys200aog103.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754190Ab2ITMBJ (ORCPT ); Thu, 20 Sep 2012 08:01:09 -0400 Received: from MTLCAS01.mtl.com ([193.47.165.155]) (using TLSv1) by eu1sys200aob103.postini.com ([207.126.147.11]) with SMTP ID DSNKUFsFgS/Kg5AuQvPvO8Mi2DD4tCTTfNt2@postini.com; Thu, 20 Sep 2012 12:01:08 UTC Received: from [10.7.17.62] (10.0.13.1) by MTLCAS01.mtl.com (10.0.8.71) with Microsoft SMTP Server id 14.2.247.3; Thu, 20 Sep 2012 15:01:04 +0300 Message-ID: <505B0580.9010305@mellanox.co.il> Date: Thu, 20 Sep 2012 15:01:04 +0300 From: Yevgeny Kliteynik Reply-To: User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: , Linux RDMA Subject: [PATCH] [TRIVIAL] opensm/osm_log.h: fix function documentation X-Originating-IP: [10.0.13.1] Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Signed-off-by: Yevgeny Kliteynik --- include/opensm/osm_log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 *