hgbook

annotate en/examples/results/mq.tools.tools.out @ 564:0d5935744f87

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