Displaying 1 result from an estimated 1 matches for "c25a26e653a61b".
2020 Jul 28
0
[vhost:vhost 38/45] include/linux/vdpa.h:43:28: sparse: sparse: expected ; at end of declaration
...://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git/commit/?id=fee8fe6bd8ccacd27e963b71b4f943be3721779e
git remote add vhost https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
git remote update vhost
git checkout fee8fe6bd8ccacd27e963b71b4f943be3721779e
vim +43 include/linux/vdpa.h
c25a26e653a61b Jason Wang         2020-05-29  29  
961e9c84077f6c Jason Wang         2020-03-26  30  /**
961e9c84077f6c Jason Wang         2020-03-26  31   * vDPA device - representation of a vDPA device
961e9c84077f6c Jason Wang         2020-03-26  32   * @dev: underlying device
961e9c84077f6c Jason Wang...