1. 06 Nov, 2004 3 commits
    • Alexey Dobriyan's avatar
      kernel-doc: Print preprocessor directives correctly. · 0588ba6c
      Alexey Dobriyan authored
      Print preprocessor directives (usually "#ifdef CONFIG_SOMETHING" and "#endif")
      in structs definitions correctly (-text, -html, sgmldocs, htmldocs, pdfdocs,
      mandocs).
      
      Correctly means:
       - on the separate line
       - starting from column 0
       - not glued to the type of the next member
       - not breeding if members are separated by comma
       - not imitating pointers to functions ("#if defined(CONFIG_X)...")
       - not giving bogus warnings because of this imitation
      Signed-off-by: default avatarAlexey Dobriyan <adobriyan@mail.ru>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      0588ba6c
    • Paolo \'Blaisorblade\' Giarrusso's avatar
      Kbuild: avoid backup localversion files · 281a1814
      Paolo \'Blaisorblade\' Giarrusso authored
      Avoid including as localversion-files the *~ files, i.e. backup files. If I
      have localversion-a and localversion-a~, I don't want both to be used. Nor I
      want to use localversion*~ anyway.
      
      Don't code that as $(wildcard localversion*[^~]) as that would exclude
      "localversion" from the wildcard expansion result, because it requires at
      least one character after localversion to exist in the name file. I.e.,
      Signed-off-by: default avatarPaolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
      281a1814
    • Andrew Morton's avatar
      bk-kbuild utsname fix · 5e76ff2b
      Andrew Morton authored
      sound/core/info.c:31: sound/utsname.h: No such file or directory
      sound/core/info.c: In function `snd_info_version_read':
      sound/core/info.c:965: parse error before `CONFIG_SND_VERSION'
      sound/core/info.c:962: warning: unused variable `kernel_version'
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by Sam Ravnborg <sam@ravnborg.org>
      5e76ff2b
  2. 04 Nov, 2004 1 commit
  3. 03 Nov, 2004 7 commits
  4. 02 Nov, 2004 29 commits