[patch] input: fix function name in a comment

From: Anssi Hannula
Date: Fri Jun 02 2006 - 13:43:54 EST


Fix function name in a comment in drivers/usb/input/hid-pidff.c.

---

This is to be applied after my previous patch "input: fix comments and
blank lines in new ff code" (Thu, 1 Jun 2006 23:47:16 +0300).

drivers/usb/input/hid-pidff.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.17-rc4-git12/drivers/usb/input/hid-pidff.c
===================================================================
--- linux-2.6.17-rc4-git12.orig/drivers/usb/input/hid-pidff.c 2006-06-01 23:24:47.000000000 +0300
+++ linux-2.6.17-rc4-git12/drivers/usb/input/hid-pidff.c 2006-06-02 20:31:31.000000000 +0300
@@ -926,7 +926,7 @@ static int pidff_reports_ok(struct input
}

/*
- * pidff_find_logical_field - find a field with a specific logical usage
+ * pidff_find_special_field - find a field with a specific logical usage
* @report: the report from where to find
* @usage: the wanted usage
* @enforce_min: logical_minimum should be 1, otherwise return NULL


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/