hgbook

view en/examples/results/mq.tools.tools.out @ 590:a2923aa93da9

Fix which files are included in the generated XML.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 20:24:44 2009 -0700 (2009-03-26)
parents 44d1363234d2
children 4432ad34b8e5
line source
1 <screen><prompt>$</prompt> <userinput>diffstat -p1 remove-redundant-null-checks.patch</userinput>
2 drivers/char/agp/sgi-agp.c | 5 ++---
3 drivers/char/hvcs.c | 11 +++++------
4 drivers/message/fusion/mptfc.c | 6 ++----
5 drivers/message/fusion/mptsas.c | 3 +--
6 drivers/net/fs_enet/fs_enet-mii.c | 3 +--
7 drivers/net/wireless/ipw2200.c | 22 ++++++----------------
8 drivers/scsi/libata-scsi.c | 4 +---
9 drivers/video/au1100fb.c | 3 +--
10 8 files changed, 19 insertions(+), 38 deletions(-)
11 <prompt>$</prompt> <userinput>filterdiff -i '*/video/*' remove-redundant-null-checks.patch</userinput>
14 @@ -743,8 +743,7 @@ void __exit au1100fb_cleanup(void)
15 {
16 driver_unregister(&amp;au1100fb_driver);
18 - if (drv_info.opt_mode)
19 - kfree(drv_info.opt_mode);
20 + kfree(drv_info.opt_mode);
21 }
23 module_init(au1100fb_init);
24 </screen>