Skip to content
Snippets Groups Projects
Select Git revision
  • d2e452aed400120929703104eeaeee0ebbf0a955
  • lcd_v4.8 default
  • llvm_v4.8
  • dev_smp_nullb
  • dev_smp
  • dev_nullb
  • dev_foobar
  • dev_ixgbe
  • dev_netdummy
  • depriv
  • dev_idl_4.8_no_channels
  • dev_idl_4.8
  • dev_idl
  • temp_lcd_v4.8
  • idl_fixes
  • lcd
  • lcd_stack_protector
  • irq
  • pmfs
  • dev_nvme
  • async
  • sosp-19
  • v3.11.3
  • v3.10.14
  • v3.4.64
  • v3.0.98
  • v3.12-rc3
  • v3.11.2
  • v3.10.13
  • v3.4.63
  • v3.0.97
  • v3.12-rc2
  • v3.12-rc1
  • v3.11.1
  • v3.10.12
  • v3.4.62
  • v3.0.96
  • v3.2.51
  • v3.10.11
  • v3.4.61
  • v3.0.95
41 results

nosy.h

Blame
  • user avatar
    Stefan Richter authored
    Extend copyright note to 2007, c.f. Kristian's git log.
    
    Includes:
      - replace some <asm/*.h> by <linux/*.h>
      - add required indirectly included <linux/spinlock.h>
      - order alphabetically
    
    Coding style related changes:
      - change to utf8
      - normalize whitespace
      - normalize comment style
      - remove usages of __FUNCTION__
      - remove an unnecessary cast from void *
    
    Const and static declarations:
      - driver_name is not const in pci_driver.name, drop const qualifier
      - driver_name can be taken from KBUILD_MODNAME
      - the global variable minors[] can and should be static
      - constify struct file_operations instance
    
    Data types:
      - Remove unused struct member struct packet.code.  struct packet is
        only used for driver-internal bookkeeping; it does not appear on the
        wire or in DMA programs or the userspace ABI.  Hence the unused
        member .code can be removed without worries.
    
    Preprocessor macros:
      - unroll a preprocessor macro that containd a return
      - use list_for_each_entry
    
    Printk:
      - add missing terminating \n in some format strings
    
    Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
    b5e47729
    History
    nosy.h 9.73 KiB