From 468aeee51d071f8f3cf97cd8400306a856dba5dc Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 11 Nov 2008 14:48:44 +0000 Subject: [PATCH] --- yaml --- r: 118729 b: refs/heads/master c: 8eb04cf3402c59e84af9d2e86149edb4044f9a9e h: refs/heads/master i: 118727: a56db9566e9af61518b499af159b04b5191899c0 v: v3 --- [refs] | 2 +- trunk/drivers/char/isicom.c | 6 ++++-- trunk/drivers/char/mxser.c | 3 ++- trunk/drivers/usb/serial/ir-usb.c | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 1193d2e3e79d..0641d362858b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 853041f0899177da7a47da3a09aa327a14ebd7bb +refs/heads/master: 8eb04cf3402c59e84af9d2e86149edb4044f9a9e diff --git a/trunk/drivers/char/isicom.c b/trunk/drivers/char/isicom.c index 7d30ee1d3fca..04e4549299ba 100644 --- a/trunk/drivers/char/isicom.c +++ b/trunk/drivers/char/isicom.c @@ -7,12 +7,14 @@ * Original driver code supplied by Multi-Tech * * Changes - * 1/9/98 alan@redhat.com Merge to 2.0.x kernel tree + * 1/9/98 alan@lxorguk.ukuu.org.uk + * Merge to 2.0.x kernel tree * Obtain and use official major/minors * Loader switched to a misc device * (fixed range check bug as a side effect) * Printk clean up - * 9/12/98 alan@redhat.com Rough port to 2.1.x + * 9/12/98 alan@lxorguk.ukuu.org.uk + * Rough port to 2.1.x * * 10/6/99 sameer Merged the ISA and PCI drivers to * a new unified driver. diff --git a/trunk/drivers/char/mxser.c b/trunk/drivers/char/mxser.c index 8beef50f95a0..047766915411 100644 --- a/trunk/drivers/char/mxser.c +++ b/trunk/drivers/char/mxser.c @@ -14,7 +14,8 @@ * (at your option) any later version. * * Fed through a cleanup, indent and remove of non 2.6 code by Alan Cox - * . The original 1.8 code is available on www.moxa.com. + * . The original 1.8 code is available on + * www.moxa.com. * - Fixed x86_64 cleanness */ diff --git a/trunk/drivers/usb/serial/ir-usb.c b/trunk/drivers/usb/serial/ir-usb.c index b679a556b98d..4e2cda93da59 100644 --- a/trunk/drivers/usb/serial/ir-usb.c +++ b/trunk/drivers/usb/serial/ir-usb.c @@ -26,7 +26,7 @@ * Introduced common header to be used also in USB Gadget Framework. * Still needs some other style fixes. * - * 2007_Jun_21 Alan Cox + * 2007_Jun_21 Alan Cox * Minimal cleanups for some of the driver problens and tty layer abuse. * Still needs fixing to allow multiple dongles. *