From 649c286d7c13f6906e2c5a61b194dcd9f5817788 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 23 Aug 2006 00:01:14 +0200 Subject: Fix up docco --- README | 4 ++-- inotail.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 5010178..a4ecf04 100644 --- a/README +++ b/README @@ -2,8 +2,8 @@ o===============================o inotail is a drop-in replacement for the 'tail' program found in the base -installation of every Linux/UNIX system. It makes use of the Inotify -infrastructure in recent version of the Linux kernel to speed up tailing files +installation of every Linux/UNIX system. It makes use of the inotify +infrastructure in recent versions of the Linux kernel to speed up tailing files in the follow mode (the '-f' option). Currently inotail is not fully compatible to neither POSIX or GNU tail but might be in the future. diff --git a/inotail.1 b/inotail.1 index ce56d9b..bae59ee 100644 --- a/inotail.1 +++ b/inotail.1 @@ -18,10 +18,10 @@ inotail \- A fast and light version of tail using inotify .SH DESCRIPTION .B inotail is a drop-in replacement for the 'tail' program found in the base -installation of every Linux/UNIX system. It makes use of the Inotify +installation of every Linux/UNIX system. It makes use of the inotify infrastructure in recent versions of the Linux kernel to speed up tailing files in the follow mode (the '-f' option). Currently inotail is not fully compatible -to neither POSIX or GNU tail but might be in the future. \fINote:\fR inotail +to neither POSIX or GNU tail but might be in the future. \fINote:\fR inotail will not work on systems running kernels without Inotify. To enable Inotify , please set CONFIG_INOTIFY=y in your kernel configuration and recompile it. .SH OPTIONS -- cgit v1.2.3-54-g00ecf us.c'>logtreecommitdiff
path: root/drivers/net/phy/icplus.c
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2014-11-11 19:45:59 +0100
committerDavid S. Miller <davem@davemloft.net>2014-11-12 13:52:53 -0500
commit50fd71507e69eb96d15fa0544f23495838ae2dab (patch)
treef51f31917782679af7e9dbbd445155130323469b /drivers/net/phy/icplus.c
parent116dffa0b543a2e560abd62a0b3207b1694f9ab9 (diff)
net: phy: replace phy_drivers_register calls
Replace module init/exit which only calls phy_drivers_register with module_phy_driver macro. Tested using Micrel driver, and otherwise compile-tested only. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/icplus.c')