Commit 9d07a3a1 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] size_t fixes.

The first of many...

From 2.4
parent 70fc9b9e
......@@ -183,7 +183,7 @@ static int check_apm_user(struct apm_user *as, const char *func)
static ssize_t do_read(struct file *fp, char *buf, size_t count, loff_t *ppos)
{
struct apm_user * as;
int i;
size_t i;
apm_event_t event;
DECLARE_WAITQUEUE(wait, current);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment