From patchwork Tue Feb 1 20:49:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 81373 X-Patchwork-Delegate: tim.gardner@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id B2846B70E4 for ; Wed, 2 Feb 2011 07:49:57 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1PkNAc-0002Am-K0; Tue, 01 Feb 2011 20:49:50 +0000 Received: from qmta02.emeryville.ca.mail.comcast.net ([76.96.30.24]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1PkNAZ-00029w-LL for kernel-team@lists.ubuntu.com; Tue, 01 Feb 2011 20:49:47 +0000 Received: from omta16.emeryville.ca.mail.comcast.net ([76.96.30.72]) by qmta02.emeryville.ca.mail.comcast.net with comcast id 2kaC1g0041ZMdJ4A2kpmHW; Tue, 01 Feb 2011 20:49:46 +0000 Received: from fourier ([98.234.57.120]) by omta16.emeryville.ca.mail.comcast.net with comcast id 2kpl1g00w2beErE8ckplMq; Tue, 01 Feb 2011 20:49:46 +0000 Received: from kamal by fourier with local (Exim 4.72) (envelope-from ) id 1PkNAW-0001EQ-Vu; Tue, 01 Feb 2011 12:49:45 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [Natty][PATCH 3/3] UBUNTU: SAUCE: omnibook: fix source file newline Date: Tue, 1 Feb 2011 12:49:04 -0800 Message-Id: <1296593344-4692-3-git-send-email-kamal@canonical.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1296593344-4692-1-git-send-email-kamal@canonical.com> References: <1296593344-4692-1-git-send-email-kamal@canonical.com> Cc: Kamal Mostafa X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Add missing final newline to avoid dpkg-source warning. Signed-off-by: Kamal Mostafa --- ubuntu/omnibook/misc/README.mmkeys | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ubuntu/omnibook/misc/README.mmkeys b/ubuntu/omnibook/misc/README.mmkeys index 9a9fc04..b097d6b 100644 --- a/ubuntu/omnibook/misc/README.mmkeys +++ b/ubuntu/omnibook/misc/README.mmkeys @@ -6,4 +6,4 @@ Following combinations are mapped: Fn+Y => Previous song Fn+X => Play/pause Fn+V => Stop CD -Fn+B => Next song \ No newline at end of file +Fn+B => Next song