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