Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755482AbbLDQno (ORCPT ); Fri, 4 Dec 2015 11:43:44 -0500 Received: from mail-oi0-f51.google.com ([209.85.218.51]:33866 "EHLO mail-oi0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755059AbbLDQnn (ORCPT ); Fri, 4 Dec 2015 11:43:43 -0500 Subject: Re: [PATCH] Staging: cdrom: fix space required after that ',' To: "Shah, Yash (Y.)" References: <20151204092130.GA6979@ubuntu> Cc: "linux-kernel@vger.kernel.org" , "Babu, Viswanathan (V.)" From: Jens Axboe Message-ID: <5661C2BC.9030007@kernel.dk> Date: Fri, 4 Dec 2015 09:43:40 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20151204092130.GA6979@ubuntu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 737 Lines: 20 On 12/04/2015 02:21 AM, Shah, Yash (Y.) wrote: > From: Yash Shah > > -#define copy_key(dest,src) memcpy((dest), (src), sizeof(dvd_key)) > -#define copy_chal(dest,src) memcpy((dest), (src), sizeof(dvd_challenge)) > +#define copy_key(dest, src) memcpy((dest), (src), sizeof(dvd_key)) > +#define copy_chal(dest, :src) memcpy((dest), (src), sizeof(dvd_challenge)) Sending patches that you haven't even compiled: https://www.youtube.com/watch?v=y94KynIg-g8 -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/