hgbook

diff en/examples/results/mq.tools.tools.out @ 597:e0d9eb01e4c2

Remove references to RWH.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 23:05:28 2009 -0700 (2009-03-26)
parents 44d1363234d2
children 4432ad34b8e5
line diff
     1.1 --- a/en/examples/results/mq.tools.tools.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/mq.tools.tools.out	Thu Mar 26 23:05:28 2009 -0700
     1.3 @@ -1,4 +1,4 @@
     1.4 -$ \textbf{diffstat -p1 remove-redundant-null-checks.patch}
     1.5 +<screen><prompt>$</prompt> <userinput>diffstat -p1 remove-redundant-null-checks.patch</userinput>
     1.6   drivers/char/agp/sgi-agp.c        |    5 ++---
     1.7   drivers/char/hvcs.c               |   11 +++++------
     1.8   drivers/message/fusion/mptfc.c    |    6 ++----
     1.9 @@ -8,16 +8,17 @@
    1.10   drivers/scsi/libata-scsi.c        |    4 +---
    1.11   drivers/video/au1100fb.c          |    3 +--
    1.12   8 files changed, 19 insertions(+), 38 deletions(-)
    1.13 -$ \textbf{filterdiff -i '*/video/*' remove-redundant-null-checks.patch}
    1.14 +<prompt>$</prompt> <userinput>filterdiff -i '*/video/*' remove-redundant-null-checks.patch</userinput>
    1.15  
    1.16  
    1.17  @@ -743,8 +743,7 @@ void __exit au1100fb_cleanup(void)
    1.18 - \{
    1.19 - 	driver_unregister(&au1100fb_driver);
    1.20 + {
    1.21 + 	driver_unregister(&amp;au1100fb_driver);
    1.22   
    1.23  -	if (drv_info.opt_mode)
    1.24  -		kfree(drv_info.opt_mode);
    1.25  +	kfree(drv_info.opt_mode);
    1.26 - \}
    1.27 + }
    1.28   
    1.29   module_init(au1100fb_init);
    1.30 +</screen>