29.09.2016 07:04, Chen Fan wrote:
the bar index names are much similar to the bar memory regions,
distinguish them to improve the code readability.


-    vpci_dev->modern_mem_bar = 2;
-    vpci_dev->msix_bar = 4;
+    vpci_dev->modern_mem_bar_idx = 2;
+    vpci_dev->msix_bar_idx = 4;

...

Applied to -trivial, thanks!

/mjt

Reply via email to