Guest User

Untitled

a guest
Jan 24th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. anton@debian:~/SysProg/kernel/linux-2.6.38$ git log
  2. commit dadc8b26dd84dfed7629ce2d6d03084e643ddab6
  3. Author: Anton Chigin <chigin.anton@gmail.com>
  4. Date: Thu Mar 24 06:49:50 2011 +0300
  5.  
  6. v. 0.0.1
  7.  
  8. Signed-off-by: Anton Chigin <chigin.anton@gmail.com>
  9.  
  10. commit c907bfc9b35d45598710ace3238eb261e82619fc
  11. Author: Anton Chigin <chigin.anton@gmail.com>
  12. Date: Thu Mar 24 06:37:57 2011 +0300
  13.  
  14. initial sources
  15.  
  16. Signed-off-by: Anton Chigin <chigin.anton@gmail.com>
  17. anton@debian:~/SysProg/kernel/linux-2.6.38$ git diff -p c907bf dadc8b > ../patches/0.0.1
  18. anton@debian:~/SysProg/kernel/linux-2.6.38$ scripts/checkpatch.pl ../patches/0.0.1
  19. ERROR: Missing Signed-off-by: line(s)
  20.  
  21. total: 1 errors, 0 warnings, 161 lines checked
  22.  
  23. ../patches/0.0.1 has style problems, please review. If any of these errors
  24. are false positives report them to the maintainer, see
  25. CHECKPATCH in MAINTAINERS.
Add Comment
Please, Sign In to add comment