“f2a778c900647a4c46390addd454137b4ef08c66”上不存在“git@gitcode.net:paddlepaddle/Paddle.git”
  1. 06 2月, 2013 1 次提交
  2. 06 1月, 2013 1 次提交
  3. 04 1月, 2013 1 次提交
    • G
      Documentation: remove __dev* attributes. · 63a29f74
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from the kernel documentation.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      63a29f74
  4. 21 12月, 2012 3 次提交
  5. 19 12月, 2012 3 次提交
  6. 26 11月, 2012 2 次提交
  7. 29 10月, 2012 1 次提交
  8. 06 10月, 2012 6 次提交
  9. 27 9月, 2012 3 次提交
  10. 26 9月, 2012 10 次提交
  11. 15 9月, 2012 1 次提交
  12. 14 9月, 2012 3 次提交
  13. 10 9月, 2012 1 次提交
    • A
      [media] DocBook: update ioctl error codes · 3a35c00b
      Antti Palosaari 提交于
      ENOTTY is now returned for unimplemented ioctl by dvb-frontend.
      Old EOPNOTSUPP & ENOSYS could be still returned by some drivers
      as well as other "non standard" error codes.
      
      EAGAIN is returned in case of device is in state where it cannot
      perform requested operation. This is for example sleep and statistics
      are queried. Quick check for few demodulator drivers reveals there is
      a lot of different error codes used in such case currently, few to
      mention still: EOPNOTSUPP, ENOSYS, EAGAIN ... Lets try harmonize.
      Signed-off-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      3a35c00b
  14. 16 8月, 2012 2 次提交
  15. 12 8月, 2012 2 次提交