From patchwork Mon Jan 7 19:50:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 1942401 X-Patchwork-Delegate: alexne@voltaire.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 2FE783FE37 for ; Mon, 7 Jan 2013 19:50:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755453Ab3AGTug (ORCPT ); Mon, 7 Jan 2013 14:50:36 -0500 Received: from mail-ob0-f181.google.com ([209.85.214.181]:39243 "EHLO mail-ob0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755449Ab3AGTuf (ORCPT ); Mon, 7 Jan 2013 14:50:35 -0500 Received: by mail-ob0-f181.google.com with SMTP id oi10so17847701obb.26 for ; Mon, 07 Jan 2013 11:50:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:content-type:content-transfer-encoding:x-gm-message-state; bh=EUZljgxVcVxtRQOAnWfYZ+hzB/V+KGTHZ/MCc0vVL7Q=; b=Se2o2Gs6clLznkLmbQNazvIiJoYVqhIt0xUs4WaOpTpJVh6ZjHg5Busahg6yWGpN52 OH08T+v2qFRa8PahjDHliAqflbly5k7VocvCG1t6bzCm614eE9o92sX6fTkFbauqmufH 9RpXdYr8YzfB46SezuLXbhLXJJG5IW6n771gYWZG6UEaE5P8bHNh3Tv26L+XegrrKFJC s7T9VQ8UnQfUcVavdxVvHrs8zZbXktG4k6rWuwMVhM3JVy/EgYxcVOO1C0+ZuQBS7dO6 jVGK4otZQLpkkL8cQPxSQ3XD0nVaZ6WKpSADNaplghBm1B0PSMsc4a7ugBcVYye1zl2A rNlA== X-Received: by 10.60.36.75 with SMTP id o11mr34022120oej.69.1357588234515; Mon, 07 Jan 2013 11:50:34 -0800 (PST) Received: from [192.168.1.102] (c-71-234-225-85.hsd1.ct.comcast.net. [71.234.225.85]) by mx.google.com with ESMTPS id y10sm33979637oeg.12.2013.01.07.11.50.32 (version=SSLv3 cipher=OTHER); Mon, 07 Jan 2013 11:50:33 -0800 (PST) Message-ID: <50EB271D.7080407@dev.mellanox.co.il> Date: Mon, 07 Jan 2013 14:50:53 -0500 From: Hal Rosenstock User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Alex Netes CC: "linux-rdma (linux-rdma@vger.kernel.org)" Subject: [PATCH][TRIVIAL] opensm/include/complib/cl_packon.h: Fix some commentary typos X-Gm-Message-State: ALoCoQnYoORQdmQ9qBMARJk8WtRNGCTzdRjt27CzJHPXNIr0QCJ3ixAUVLJuAPvX6slXxsxsxWH+ Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Signed-off-by: Hal Rosenstock --- -- 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 --git a/include/complib/cl_packon.h b/include/complib/cl_packon.h index ffc8e11..e2e45b4 100644 --- a/include/complib/cl_packon.h +++ b/include/complib/cl_packon.h @@ -55,14 +55,14 @@ * not align properly for some platforms. Care must be taken when creating * packed structures that the alignment rules for all platforms are followed. * -* To pack a structure, include ipackon.h before defining the structure, and -* include ipackoff.h after the structure definition. Multiple structures +* To pack a structure, include cl_packon.h before defining the structure, and +* include cl_packoff.h after the structure definition. Multiple structures * can be packed between the two include statements if desired. * * The structure definition itself must use the PACK_SUFFIX keyword. * * EXAMPLE -* #include +* #include * * typedef _my_struct_t * { @@ -71,7 +71,7 @@ * uint16 small; * * } PACK_SUFFIX my_struct_t; -* #include +* #include *********/ #ifndef PACK_SUFFIX