From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753560AbbCBBSi (ORCPT ); Sun, 1 Mar 2015 20:18:38 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51497 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751612AbbCBBSg (ORCPT ); Sun, 1 Mar 2015 20:18:36 -0500 Date: Sun, 1 Mar 2015 17:18:35 -0800 From: Greg Kroah-Hartman To: Tolga Ceylan Cc: Thomas Petazzoni , Noralf =?iso-8859-1?Q?Tr=F8nnes?= , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] Staging: fbtft: fb_ssd1331: replaced C99 comments with C89 Message-ID: <20150302011835.GA29646@kroah.com> References: <1425102282-18971-1-git-send-email-tolga.ceylan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425102282-18971-1-git-send-email-tolga.ceylan@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 27, 2015 at 09:44:42PM -0800, Tolga Ceylan wrote: > Replaced C99 '//' comments with C89 '/**/' > > Signed-off-by: Tolga Ceylan > --- > drivers/staging/fbtft/fb_ssd1331.c | 30 +++++++++++++++--------------- > 1 file changed, 15 insertions(+), 15 deletions(-) Doesn't apply to my tree :(