Advertisement
Guest User

checkpatch 20171019

a guest
Oct 19th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. checkpatc results 20171019
  2.  
  3. test.c
  4. fixed: ../user/test/test.c:81: WARNING: line over 80 characters
  5.  
  6. acceleration.c
  7. none
  8.  
  9. acceleration.h
  10. none
  11.  
  12. accelerationd.c
  13. some (but not our code)
  14.  
  15. accelerationd.h
  16. fixed: accelerationd.h:4: WARNING: line over 80 characters
  17. accelerationd.h:7: WARNING: Avoid CamelCase: <__NR_set_acceleration>
  18. accelerationd.h:8: WARNING: Avoid CamelCase: <__NR_accevt_create>
  19. accelerationd.h:9: WARNING: Avoid CamelCase: <__NR_accevt_wait>
  20. accelerationd.h:10: WARNING: Avoid CamelCase: <__NR_accevt_signal>
  21. accelerationd.h:11: WARNING: Avoid CamelCase: <__NR_accevt_destroy>
  22. fixed: accelerationd.h:19: ERROR: trailing whitespace
  23. fixed: accelerationd.h:21: WARNING: adding a line without newline at
  24. end of file
  25.  
  26. syscalls.h
  27. none
  28.  
  29. unistd.h
  30. unistd.h:664: WARNING: Avoid CamelCase: <__NR_set_acceleration>
  31. unistd.h:666: WARNING: Avoid CamelCase: <__NR_accevt_create>
  32. unistd.h:668: WARNING: Avoid CamelCase: <__NR_accevt_wait>
  33. unistd.h:670: WARNING: Avoid CamelCase: <__NR_accevt_signal>
  34. unistd.h:672: WARNING: Avoid CamelCase: <__NR_accevt_destroy>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement