hgbook

annotate en/examples/results/mq.tools.tools.out @ 611:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 12:19:01 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
rev   line source
bos@611 1 <!-- BEGIN mq.tools.tools -->
bos@564 2 <screen><prompt>$</prompt> <userinput>diffstat -p1 remove-redundant-null-checks.patch</userinput>
bos@144 3 drivers/char/agp/sgi-agp.c | 5 ++---
bos@144 4 drivers/char/hvcs.c | 11 +++++------
bos@144 5 drivers/message/fusion/mptfc.c | 6 ++----
bos@144 6 drivers/message/fusion/mptsas.c | 3 +--
bos@144 7 drivers/net/fs_enet/fs_enet-mii.c | 3 +--
bos@144 8 drivers/net/wireless/ipw2200.c | 22 ++++++----------------
bos@144 9 drivers/scsi/libata-scsi.c | 4 +---
bos@144 10 drivers/video/au1100fb.c | 3 +--
bos@144 11 8 files changed, 19 insertions(+), 38 deletions(-)
bos@564 12 <prompt>$</prompt> <userinput>filterdiff -i '*/video/*' remove-redundant-null-checks.patch</userinput>
bos@144 13
bos@144 14
bos@144 15 @@ -743,8 +743,7 @@ void __exit au1100fb_cleanup(void)
bos@564 16 {
bos@564 17 driver_unregister(&amp;au1100fb_driver);
bos@144 18
bos@144 19 - if (drv_info.opt_mode)
bos@144 20 - kfree(drv_info.opt_mode);
bos@144 21 + kfree(drv_info.opt_mode);
bos@564 22 }
bos@144 23
bos@144 24 module_init(au1100fb_init);
bos@564 25 </screen>
bos@611 26 <!-- END mq.tools.tools -->