1. 24 1月, 2017 1 次提交
    • J
      usb: dwc2: Cleanup some checkpatch issues · 9da51974
      John Youn 提交于
      This commmit is the result of running checkpatch --fix.
      
      The results were verified for correctness. Some of the fixes result in
      line over 80 char which we will fix manually later.
      
      The following is a summary of what was done by checkpatch:
      * Remove externs on function prototypes.
      * Replace symbolic permissions with octal.
      * Align code to open parens.
      * Replace 'unsigned' with 'unsigned int'.
      * Remove unneccessary blank lines.
      * Add blank lines after declarations.
      * Add spaces around operators.
      * Remove unnecessary spaces after casts.
      * Replace 'x == NULL' with '!x'.
      * Replace kzalloc() with kcalloc().
      * Concatenate multi-line strings.
      * Use the BIT() macro.
      Signed-off-by: NJohn Youn <johnyoun@synopsys.com>
      Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
      9da51974
  2. 18 11月, 2016 2 次提交
  3. 17 10月, 2016 1 次提交
  4. 08 9月, 2016 2 次提交
  5. 04 3月, 2016 6 次提交
  6. 17 2月, 2016 1 次提交
  7. 04 2月, 2016 2 次提交
  8. 23 12月, 2015 14 次提交
  9. 15 12月, 2015 4 次提交
  10. 14 10月, 2015 1 次提交
  11. 02 10月, 2015 4 次提交
  12. 27 9月, 2015 1 次提交
  13. 07 8月, 2015 1 次提交