From: Clemens Koller <clemens.koller@anagramm.de>
To: Jean Delvare <khali@linux-fr.org>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] I2C rtc8564.c remove duplicate include (whitespace fixed)
Date: Mon, 11 Apr 2005 11:49:14 +0200 [thread overview]
Message-ID: <425A481A.7020801@anagramm.de> (raw)
In-Reply-To: <20050409131643.4269911a.khali@linux-fr.org>
[-- Attachment #1: Type: text/plain, Size: 279 bytes --]
[PATCH] I2C rtc8564.c remove duplicate include
Trivial fix: removes duplicate include line.
Patch applies to: 2.6.11.x
(This is my very first patch to the linux-kernel, so let me
start with small things first...)
Signed-off-by: Clemens Koller <clemens.koller@anagramm.de>
---
[-- Attachment #2: rtc8564.diff --]
[-- Type: text/x-diff, Size: 478 bytes --]
diff -Nur --exclude-from=dontdiff-osdl linux-2.6.11.6-clean/drivers/i2c/chips/rtc8564.c linux-2.6.11.6/drivers/i2c/chips/rtc8564.c
--- linux-2.6.11.6-clean/drivers/i2c/chips/rtc8564.c 2005-03-26 04:28:14.000000000 +0100
+++ linux-2.6.11.6/drivers/i2c/chips/rtc8564.c 2005-04-04 12:37:05.000000000 +0200
@@ -19,7 +19,6 @@
#include <linux/string.h>
#include <linux/rtc.h> /* get the user-level API */
#include <linux/init.h>
-#include <linux/init.h>
#include "rtc8564.h"
next prev parent reply other threads:[~2005-04-11 9:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-04 11:33 [PATCH] I2C rtc8564.c remove duplicate include (fixed) Clemens Koller
2005-04-09 11:16 ` Jean Delvare
2005-04-11 9:49 ` Clemens Koller [this message]
2005-04-11 22:10 ` [PATCH] I2C rtc8564.c remove duplicate include (whitespace fixed) Jean Delvare
2005-05-02 20:15 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=425A481A.7020801@anagramm.de \
--to=clemens.koller@anagramm.de \
--cc=khali@linux-fr.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.