public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Silvio Cesare <silvio@qualys.com>
To: linux-kernel@vger.kernel.org
Cc: silvio@qualys.com
Subject: [PATCH TRIVIAL] 2.5.31/drivers/zorro/proc.c
Date: Thu, 22 Aug 2002 10:41:27 -0700	[thread overview]
Message-ID: <20020822104127.A7911@localhost.localdomain> (raw)

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

trivial patch to use loff_t and not int.

--
Silvio

[-- Attachment #2: patch.2.5.31.zorro --]
[-- Type: text/plain, Size: 422 bytes --]

diff -u linux-2.5.31/drivers/zorro/proc.c dev/linux-2.5.31/drivers/zorro/proc.c
--- linux-2.5.31/drivers/zorro/proc.c	Sat Aug 10 18:41:19 2002
+++ dev/linux-2.5.31/drivers/zorro/proc.c	Thu Aug 22 10:36:00 2002
@@ -51,7 +51,7 @@
 	struct proc_dir_entry *dp = PDE(ino);
 	struct zorro_dev *dev = dp->data;
 	struct ConfigDev cd;
-	int pos = *ppos;
+	loff_t pos = *ppos;
 
 	if (pos >= sizeof(struct ConfigDev))
 		return 0;

             reply	other threads:[~2002-08-22 18:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-22 17:41 Silvio Cesare [this message]
2002-08-23  6:35 ` [PATCH TRIVIAL] 2.5.31/drivers/zorro/proc.c Geert Uytterhoeven

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=20020822104127.A7911@localhost.localdomain \
    --to=silvio@qualys.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox