1. 21 1月, 2016 1 次提交
  2. 26 6月, 2015 1 次提交
  3. 20 4月, 2015 1 次提交
    • L
      hexdump: avoid warning in test function · 17974c05
      Linus Torvalds 提交于
      The test_data_1_le[] array is a const array of const char *.  To avoid
      dropping any const information, we need to use "const char * const *",
      not just "const char **".
      
      I'm not sure why the different test arrays end up having different
      const'ness, but let's make the pointer we use to traverse them as const
      as possible, since we modify neither the array of pointers _or_ the
      pointers we find in the array.
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      17974c05
  4. 16 4月, 2015 1 次提交
  5. 13 2月, 2015 2 次提交