Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762026AbXJNSed (ORCPT ); Sun, 14 Oct 2007 14:34:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753698AbXJNSeX (ORCPT ); Sun, 14 Oct 2007 14:34:23 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:47904 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759563AbXJNSeV (ORCPT ); Sun, 14 Oct 2007 14:34:21 -0400 To: torvalds@linux-foundation.org Subject: [PATCH] mpc5200_wdt: __user annotations Cc: linux-kernel@vger.kernel.org Message-Id: From: Al Viro Date: Sun, 14 Oct 2007 19:34:20 +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 940 Lines: 28 Signed-off-by: Al Viro --- drivers/char/watchdog/mpc5200_wdt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/char/watchdog/mpc5200_wdt.c b/drivers/char/watchdog/mpc5200_wdt.c index 564143d..9cfb975 100644 --- a/drivers/char/watchdog/mpc5200_wdt.c +++ b/drivers/char/watchdog/mpc5200_wdt.c @@ -81,7 +81,7 @@ static int mpc5200_wdt_stop(struct mpc5200_wdt *wdt) /* file operations */ -static ssize_t mpc5200_wdt_write(struct file *file, const char *data, +static ssize_t mpc5200_wdt_write(struct file *file, const char __user *data, size_t len, loff_t *ppos) { struct mpc5200_wdt *wdt = file->private_data; -- 1.5.3.GIT - 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/