1. 02 2月, 2018 1 次提交
  2. 17 1月, 2018 6 次提交
  3. 16 1月, 2018 1 次提交
  4. 04 1月, 2018 5 次提交
  5. 30 12月, 2017 1 次提交
  6. 23 12月, 2017 1 次提交
  7. 02 12月, 2017 1 次提交
  8. 11 11月, 2017 13 次提交
  9. 26 10月, 2017 2 次提交
  10. 15 10月, 2017 1 次提交
  11. 05 10月, 2017 1 次提交
  12. 30 9月, 2017 3 次提交
  13. 29 9月, 2017 1 次提交
    • C
      RDMA/hns: make various function static, fixes warnings · 281d0ccf
      Colin Ian King 提交于
      The functions hns_roce_table_mhop_get, hns_roce_table_mhop_put,
      hns_roce_cleanup_mhop_hem_table,  hns_roce_v1_post_mbox,
      hns_roce_cmq_setup_basic_desc, hns_roce_cmq_send,
      hns_roce_cmq_query_hw_info are all local to the source and do
      not need to be in global scope, so make them static.
      
      Cleans up sparse warnings:
      symbol 'hns_roce_table_mhop_get' was not declared. Should it be static?
      symbol 'hns_roce_table_mhop_put' was not declared. Should it be static?
      symbol 'hns_roce_cleanup_mhop_hem_table' was not declared. Should it be
      static?
      symbol 'hns_roce_v1_post_mbox' was not declared. Should it be static?
      symbol 'hns_roce_cmq_setup_basic_desc' was not declared. Should it be
      static?
      symbol 'hns_roce_cmq_send' was not declared. Should it be static?
      symbol 'hns_roce_cmq_query_hw_info' was not declared. Should it be static?
      Signed-off-by: NColin Ian King <colin.king@canonical.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      281d0ccf
  14. 27 9月, 2017 3 次提交