hgbook

annotate ja/examples/mq.tools.tools.out @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
parents
children
rev   line source
foozy@708 1 $ \textbf{diffstat -p1 remove-redundant-null-checks.patch}
foozy@708 2 drivers/char/agp/sgi-agp.c | 5 ++---
foozy@708 3 drivers/char/hvcs.c | 11 +++++------
foozy@708 4 drivers/message/fusion/mptfc.c | 6 ++----
foozy@708 5 drivers/message/fusion/mptsas.c | 3 +--
foozy@708 6 drivers/net/fs_enet/fs_enet-mii.c | 3 +--
foozy@708 7 drivers/net/wireless/ipw2200.c | 22 ++++++----------------
foozy@708 8 drivers/scsi/libata-scsi.c | 4 +---
foozy@708 9 drivers/video/au1100fb.c | 3 +--
foozy@708 10 8 files changed, 19 insertions(+), 38 deletions(-)
foozy@708 11 $ \textbf{filterdiff -i '*/video/*' remove-redundant-null-checks.patch}
foozy@708 12
foozy@708 13
foozy@708 14 @@ -743,8 +743,7 @@ void __exit au1100fb_cleanup(void)
foozy@708 15 \{
foozy@708 16 driver_unregister(&au1100fb_driver);
foozy@708 17
foozy@708 18 - if (drv_info.opt_mode)
foozy@708 19 - kfree(drv_info.opt_mode);
foozy@708 20 + kfree(drv_info.opt_mode);
foozy@708 21 \}
foozy@708 22
foozy@708 23 module_init(au1100fb_init);