Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934372AbXHAPHk (ORCPT ); Wed, 1 Aug 2007 11:07:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933204AbXHAPG4 (ORCPT ); Wed, 1 Aug 2007 11:06:56 -0400 Received: from nf-out-0910.google.com ([64.233.182.189]:25632 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932619AbXHAPGy (ORCPT ); Wed, 1 Aug 2007 11:06:54 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding:from; b=IbiUZXG3D8AqsWpD8bYgxfBvFwybWPpNExQq7sAeuHdfvVV/mSiKtpRSzhCRvz6nfaYd47G7hTE6E0UENqI90R/kn1JFO9r7Oox/T/nkxaBOi9jYLw7+tqoR9rcHsh6RarARhrCf7lXdI1VmIfCO/+TpRqUOjFWxAM80rS7fi4o= Message-ID: <46B0A171.2030403@googlemail.com> Date: Wed, 01 Aug 2007 17:06:25 +0200 User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Andrew Morton , Wolfgang Scherr , LKML Subject: [RFC][PATCH] Coding style fix drivers/media/video/zr36016.c X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit From: Michal Piotrowski Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1034 Lines: 42 Hi, Coding style fix Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski --- linux-mm-clean/drivers/media/video/zr36016.c 2007-07-09 01:32:17.000000000 +0200 +++ linux-mm/drivers/media/video/zr36016.c 2007-08-01 17:04:36.000000000 +0200 @@ -38,17 +38,17 @@ #include */ /* I/O commands, error codes */ -#include +#include //#include /* v4l API */ -#include +#include /* headerfile of this module */ -#include"zr36016.h" +#include "zr36016.h" /* codec io API */ -#include"videocodec.h" +#include "videocodec.h" /* it doesn't make sense to have more than 20 or so, just to prevent some unwanted loops */ - 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/