From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] crypto/qat: fix typo Date: Mon, 17 Sep 2018 09:56:24 +0200 Message-ID: <2055857.TpLNcSUbBa@xps> References: <348A99DA5F5B7549AA880327E580B4358960044D@IRSMSX101.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Jozwiak, TomaszX" To: "Trahe, Fiona" , "akhil.goyal@nxp.com" Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id E8FD25A for ; Mon, 17 Sep 2018 09:56:27 +0200 (CEST) In-Reply-To: <348A99DA5F5B7549AA880327E580B4358960044D@IRSMSX101.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 10/08/2018 17:20, Trahe, Fiona: > > -/**< Intel(R) QAT Symmetric Crypto PMD device name */ > > +/**< Intel(R) QAT Symmetric Crypto PMD driver name */ > > #define CRYPTODEV_NAME_QAT_SYM_PMD crypto_qat The comment is above, so the syntax should be /**, not /**< Do you want me to fix it when pulling in master?