Ticket #90: patchfs-testcase.diff

File patchfs-testcase.diff, 2.2 KB (added by kdave, 15 years ago)

testfile: valid diff which is misparsed with current patchfs

  • CREDITS

    here is some text to ignore
    -- really
    a b  
    625638D: Assorted sched/mm titbits 
    626639S: Oxfordshire, UK. 
    627640 
     641N: Kees Cook 
     642E: kees@outflux.net 
     643W: http://outflux.net/ 
     644P: 1024D/17063E6D 9FA3 C49C 23C9 D1BC 2E30  1975 1FFF 4BA9 1706 3E6D 
     645D: Minor updates to SCSI code for the Communications type 
     646S: (ask for current address) 
     647S: USA 
     648 
    628649N: Mark Corner 
    629650E: mcorner@umich.edu 
    630651W: http://www.eecs.umich.edu/~mcorner/ 
     
    639660S: Santa Cruz, California 
    640661S: USA 
    641662 
    642 N: Kees Cook 
    643 E: kees@outflux.net 
    644 W: http://outflux.net/ 
    645 P: 1024D/17063E6D 9FA3 C49C 23C9 D1BC 2E30  1975 1FFF 4BA9 1706 3E6D 
    646 D: Minor updates to SCSI code for the Communications type 
    647 S: (ask for current address) 
    648 -- where exit, yes? 
    649  
    650663N: Alan Cox 
    651664W: http://www.linux.org.uk/diary/ 
    652665D: Linux Networking (0.99.10->2.0.29) 
     
    36193688D: EISA/sysfs subsystem 
    36203689S: France 
    36213690 
    3622 N: Luiz Fernando N. Capitulino 
    3623 E: lcapitulino@terra.com.br 
    3624 E: lcapitulino@prefeitura.sp.gov.br 
    3625 W: http://www.telecentros.sp.gov.br 
    3626 D: Little fixes and a lot of janitorial work 
    3627 S: E-GOV Telecentros SP 
    3628 S: Brazil 
    36293691 
    36303692# Don't add your name here, unless you really _are_ after Marc 
    36313693# alphabetically. Leonard used to be very proud of being the  
  • Documentation/CodingStyle

    diff -Nru a/Documentation/CodingStyle b/Documentation/CodingStyle
    a b  
    356356 
    357357Macros with multiple statements should be enclosed in a do - while block: 
    358358 
    359 #define macrofun(a,b,c)                         \ 
     359#define macrofun(a, b, c)                       \ 
    360360        do {                                    \ 
    361361                if (a == 5)                     \ 
    362                         do_this(b,c);           \ 
     362                        do_this(b, c);          \ 
    363363        } while (0) 
    364364 
    365365Things to avoid when using macros: 
  • Documentation/DocBook/Makefile

    diff -Nru a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
    a b  
    185185        $(patsubst %.sgml, %.9,    $(DOCBOOKS)) \ 
    186186        $(C-procfs-example) 
    187187 
    188 ifneq ($(wildcard $(patsubst %.html,%,$(HTML))),) 
    189 clean-rule := rm -rf $(wildcard $(patsubst %.html,%,$(HTML))) 
    190 endif 
     188clean-dirs := $(patsubst %.sgml,%,$(DOCBOOKS)) 
    191189 
    192190#man put files in man subdir - traverse down 
    193191subdir- := man/