1. 9647a6d staging: rtl8192u: r8192U_core: fix unnecessary else after return code style issue by Raphaël Beamonte · 9 years ago
  2. 2054df8 staging: rtl8192u: r8192U_core: fix unnecessary parentheses code style issue by Raphaël Beamonte · 9 years ago
  3. efe8a7f staging: rtl8192u: r8192U_core: fix unnecessary check before kfree code style issue by Raphaël Beamonte · 9 years ago
  4. b31c101 staging: rtl8192u: r8192U_core: remove forward declarations in .c file by Raphaël Beamonte · 9 years ago
  5. cf47ca0 staging: rtl8192u: r8192U_core: fix unecessary braces code style issue by Raphaël Beamonte · 9 years ago
  6. 4c21f56 staging: rtl8192u: r8192U_core: remove return statement of void function by Raphaël Beamonte · 9 years ago
  7. 8f94967 staging: rtl8192u: r8192U_core: include linux/uaccess.h instead of asm/uaccess.h by Raphaël Beamonte · 9 years ago
  8. 14285c1 staging: rtl8192u: r8192U_core: clean C99 // comments by Raphaël Beamonte · 9 years ago
  9. 74a0266 staging: rtl8192u: r8192U_core: whitespace neatening to fix consistent spacing code style errors by Raphaël Beamonte · 9 years ago
  10. b54cc8d staging: rtl8192u: r8192U_core: fix missing struct leading to consistent spacing code style error by Raphaël Beamonte · 9 years ago
  11. 70cdcac staging: rtl8192u: r8192U_core: fix else following close brace code style error by Raphaël Beamonte · 9 years ago
  12. c745f26 staging: rtl8192u: r8192U_core: fix code indent using spaces code style error by Raphaël Beamonte · 9 years ago
  13. 28071d3 staging: rtl8192u: r8192U_core: fix space before close parenthesis code style error by Raphaël Beamonte · 9 years ago
  14. a7be027 staging: rtl8192u: r8192U_core: fix switch and case indent code style error by Raphaël Beamonte · 9 years ago
  15. 1865e4e Staging: most: Use NULL instead of zero by Ronit Halder · 9 years ago
  16. 858e1a2 staging: most: NULL comparison style by Sudip Mukherjee · 9 years ago
  17. a9c2520 staging: most: fix Makefile by Sudip Mukherjee · 9 years ago
  18. 9153b5b staging: most: remove unused variable by Sudip Mukherjee · 9 years ago
  19. 96d3064 staging: most: use NULL pointer by Sudip Mukherjee · 9 years ago
  20. 809da8a staging: most: make functions static by Sudip Mukherjee · 9 years ago
  21. 11f7edb staging: most: remove unused functions by Sudip Mukherjee · 9 years ago
  22. c704dfb staging: most: out of memory error by Sudip Mukherjee · 9 years ago
  23. ba857e0 staging: most: remove multiple blank line by Sudip Mukherjee · 9 years ago
  24. 51d6859 staging: most: bool comparison style by Sudip Mukherjee · 9 years ago
  25. 0c74210 staging/rtl8723au: Use %pM format specifier to print mac address by Alexander Kuleshov · 9 years ago
  26. fec85e0 staging/rtl8188eu: Use %pM format specifier to print mac address by Alexander Kuleshov · 9 years ago
  27. 3a79a7f staging: wilc1000: simplify 'memset' of 2D array by Hari Prasath Gujulan Elango · 9 years ago
  28. e5d57e9 staging: wilc1000: change address to fixed value by Johnny Kim · 9 years ago
  29. 53a8440 staging: wilc1000: add an argument for Handle_SetWfiDrvHandler by Johnny Kim · 9 years ago
  30. 8a625ca staging: wilc1000: use the real data type by Johnny Kim · 9 years ago
  31. 1b128f6 staging: wilc1000: rename WILC_MsgQueueDestroy to wilc_mq_destroy by Chaehyun Lim · 9 years ago
  32. b986e33 staging: wilc1000: rename WILC_MsgQueueRecv to wilc_mq_recv by Chaehyun Lim · 9 years ago
  33. 7919813 staging: wilc1000: rename WILC_MsgQueueSend to wilc_mq_send by Chaehyun Lim · 9 years ago
  34. cd08fc7 staging: wilc1000: rename WILC_MsgQueueCreate to wilc_mq_create by Chaehyun Lim · 9 years ago
  35. bd56018 staging: wilc1000: replace WILC_ErrNo by int type by Chaehyun Lim · 9 years ago
  36. bb9c2e7 staging: wilc1000: wilc_msgqueue.c: fix bool comparison style by Chaehyun Lim · 9 years ago
  37. ce11854 staging: wilc1000: wilc_msgqueue.c: remove kfree NULL check by Chaehyun Lim · 9 years ago
  38. ae177a2 staging: wilc1000: wilc_msgqueue.c: use ! operator instead of NULL comparison by Chaehyun Lim · 9 years ago
  39. 96cab4c staging: wilc1000: wilc_msgqueue.c: remove unnecessary parentheses by Chaehyun Lim · 9 years ago
  40. b6583f7 staging: wilc1000: wilc_msgqueue.c: remove blank line before a close brace by Chaehyun Lim · 9 years ago
  41. df1890a staging: wilc1000: wilc_msgqueue.c: remove multiple blank lines by Chaehyun Lim · 9 years ago
  42. 32728da staging: wilc1000: wilc_msgqueue.c: remove blank line after open brace by Chaehyun Lim · 9 years ago
  43. 6fffc62 staging: wilc1000: wilc_msgqueue.c: remove braces for single statement by Chaehyun Lim · 9 years ago
  44. 8dfaafd staging: wilc1000: add a blank line after declaration by Chaehyun Lim · 9 years ago
  45. 297a1c3 staging: wilc1000: replace MALLOC_WILC_BUFFER() macro to avoid possible memory leak by Raphaël Beamonte · 9 years ago
  46. 7a669e5 staging: wilc1000: remove FREE_WILC_BUFFER() by Raphaël Beamonte · 9 years ago
  47. b8797af staging: android: fix coding style checks in sw_sync.c by Trung Thanh Le · 9 years ago
  48. 7048c1f staging: android: ashmem.c: 'Alignment' style issue by Peng Sun · 9 years ago
  49. b8d3bfa staging: android: ashmem.c: 'No space necessary after' style issue by Peng Sun · 9 years ago
  50. d2e4f68 staging: android: ashmem.c: 'spaces preferred around that -' style issue by Peng Sun · 9 years ago
  51. 9cb693f staging: vt6655: replace typedef struct tagSRxDesc by Malcolm Priestley · 9 years ago
  52. 88defe2 staging: vt6655: replace typedef struct tagDEVICE_RD_INFO by Malcolm Priestley · 9 years ago
  53. 9fc7091 staging: vt6655: replace typedef struct tagRDES1 by Malcolm Priestley · 9 years ago
  54. de1c186 staging: vt6655: replace typedef struct tagRDES0 by Malcolm Priestley · 9 years ago
  55. e48c9c2 staging: comedi: usbduxfast: remove unnecessary clearing of private data by H Hartley Sweeten · 9 years ago
  56. 42293db staging: comedi: usbduxfast: absorb usbduxfast_attach_common() by H Hartley Sweeten · 9 years ago
  57. 7c79c014 staging: comedi: usbduxfast: remove unnecessary semaphore down/up by H Hartley Sweeten · 9 years ago
  58. a05e94b staging: comedi: usbduxfast: document strange ai maxdata by H Hartley Sweeten · 9 years ago
  59. 7b0fc5b staging: comedi: usbduxfast: use a common exit path in ai (*do_cmd) by H Hartley Sweeten · 9 years ago
  60. c748deb staging: comedi: usbduxfast: tidy up the conversion timing validation by H Hartley Sweeten · 9 years ago
  61. fe0d96b staging: comedi: usbduxfast: TRIG_EXT is only valid for cmd->start_src by H Hartley Sweeten · 9 years ago
  62. d636f87 staging: comedi: usbduxfast: TRIG_EXT only works for 1 or 16 channels by H Hartley Sweeten · 9 years ago
  63. 24b8378 staging: comedi: usbduxfast: fix multi-line comment by H Hartley Sweeten · 9 years ago
  64. 2696154 staging: comedi: usbduxfast: use preferred kernel types by H Hartley Sweeten · 9 years ago
  65. fd9fe1f staging: comedi: usbduxfast: remove impossible 'if (!devpriv)' checks by H Hartley Sweeten · 9 years ago
  66. db1876f staging: comedi: usbduxfast: only chanlist of 1, 2, 3, or 16 are supported by H Hartley Sweeten · 9 years ago
  67. 99555fc staging: comedi: usbduxfast: chanlist check is Step 5 of (*do_cmdtest) by H Hartley Sweeten · 9 years ago
  68. a399d81 staging: comedi: s526: fix the block comments by H Hartley Sweeten · 9 years ago
  69. 4f3ed25 staging: comedi: s526: remove #if 0'ed out code block by H Hartley Sweeten · 9 years ago
  70. 537dd66 staging: comedi: s526: remove unnecessary defines by H Hartley Sweeten · 9 years ago
  71. 21424e3 staging: comedi: s526: remove s526_ai_insn_config() by H Hartley Sweeten · 9 years ago
  72. bf483f1 staging: comedi: s526: tidy up s526_ai_rinsn() by H Hartley Sweeten · 9 years ago
  73. 09c5d6c staging: comedi: s526: wait for analog output conversions to complete by H Hartley Sweeten · 9 years ago
  74. 12911c2 staging: comedi: s526: tidy up subdevice init by H Hartley Sweeten · 9 years ago
  75. 2c6b582 staging: comedi: s526: define the eeprom data and control registers by H Hartley Sweeten · 9 years ago
  76. 64fe38f staging: comedi: s526: define the miscellaneous register and bits by H Hartley Sweeten · 9 years ago
  77. 658441b staging: comedi: s526: define the digtial I/O control register and bits by H Hartley Sweeten · 9 years ago
  78. 8a5d6d2 staging: comedi: s526: define the interrupt enable/status registers by H Hartley Sweeten · 9 years ago
  79. 15bccf2 staging: comedi: s526: add defines for the ao/ai data register by H Hartley Sweeten · 9 years ago
  80. fe79b3d staging: comedi: s526: define the ADC (analog input) control register and bits by H Hartley Sweeten · 9 years ago
  81. abbb648 staging: comedi: s526: define the DAC (analog output) control register and bits by H Hartley Sweeten · 9 years ago
  82. 088c1ce staging: comedi: s526: define the watchdog timer control register and bits by H Hartley Sweeten · 9 years ago
  83. 4e04fd3 staging: comedi: s526: define the timer control register and bits by H Hartley Sweeten · 9 years ago
  84. 1d0d1c0 staging: comedi: s526: refactor gpct registers by H Hartley Sweeten · 9 years ago
  85. de332b1 staging: comedi: s526: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  86. 8d63f5b staging: comedi: serial2002: use proper errno by H Hartley Sweeten · 9 years ago
  87. 3335dfd staging: comedi: serial2002: usleep_range is preferred over udelay by H Hartley Sweeten · 9 years ago
  88. 28a2993 staging: comedi: serial2002: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  89. 6d40c0c staging: comedi: unioxx5: remove this flawed driver by H Hartley Sweeten · 9 years ago
  90. 035d819 staging: comedi: ssv_dnp: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  91. 6e2ebdf staging: comedi: usbdux: use comedi_offset_munge() by H Hartley Sweeten · 9 years ago
  92. 2779b7e staging: comedi: usbdux: remove impossible 'if (!devpriv)' check by H Hartley Sweeten · 9 years ago
  93. 1e4c3a2 staging: comedi: usbdux: rename dev->private local variables by H Hartley Sweeten · 9 years ago
  94. a0341e5 staging: comedi: usbdux: use common code path to check the cmd->scan_begin_arg by H Hartley Sweeten · 9 years ago
  95. 0725b16 staging: comedi: usbdux: add missing spaces by H Hartley Sweeten · 9 years ago
  96. 3b2ea2f staging: comedi: usbdux: use preferred kernel types by H Hartley Sweeten · 9 years ago
  97. c9b9cfe staging: comedi: vmk80xx: tidy up defines by H Hartley Sweeten · 9 years ago
  98. 0726f06 staging: comedi: vmk80xx: cleanup multi-line comment by H Hartley Sweeten · 9 years ago
  99. d3f1e38 staging: comedi: usbduxsigma: use comedi_offset_munge() by H Hartley Sweeten · 9 years ago
  100. c20d199 staging: comedi: usbduxsigma: tidy up block comments by H Hartley Sweeten · 9 years ago