Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751289AbdFCOHz (ORCPT ); Sat, 3 Jun 2017 10:07:55 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53816 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751077AbdFCOHx (ORCPT ); Sat, 3 Jun 2017 10:07:53 -0400 Date: Sat, 3 Jun 2017 17:37:41 +0900 From: Greg KH To: srishti sharma Cc: gilad@benyossef.com, devel@driverdev.osuosl.org, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org Subject: Re: [PATCH] Staging: ccree: ssi_aead.h: Fixed a pointer declaration error. Message-ID: <20170603083741.GB29531@kroah.com> References: <1496443518-18497-1-git-send-email-srishtishar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1496443518-18497-1-git-send-email-srishtishar@gmail.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 264 Lines: 7 On Sat, Jun 03, 2017 at 04:15:17AM +0530, srishti sharma wrote: > Fixed a pointer declaration error , the dereferencing operator was misplaced. Odd use of a , Also, I don't understand what was "misplaced" here? There does not seem to be a "error" fixed here...