[PATCH rdma-core 1/6] Fix typo of 'vendor'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Benjamin Drung <benjamin.drung@xxxxxxxxxxxxxxx>
---
 Documentation/pyverbs.md | 2 +-
 pyverbs/device.pyx       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/pyverbs.md b/Documentation/pyverbs.md
index a603f03d..a3e85c26 100644
--- a/Documentation/pyverbs.md
+++ b/Documentation/pyverbs.md
@@ -47,7 +47,7 @@ Sys image GUID        : 9803:9b03:0000:e4c6
 Max MR size           : 0xffffffffffffffff
 Page size cap         : 0xfffffffffffff000
 Vendor ID             : 0x2c9
-Vender part ID        : 4119
+Vendor part ID        : 4119
 HW version            : 0
 Max QP                : 262144
 Max QP WR             : 32768
diff --git a/pyverbs/device.pyx b/pyverbs/device.pyx
index 696459f7..a50bd234 100644
--- a/pyverbs/device.pyx
+++ b/pyverbs/device.pyx
@@ -274,7 +274,7 @@ cdef class DeviceAttr(PyverbsObject):
             print_format.format('Max MR size', hex(self.max_mr_size).replace('L', '')) +\
             print_format.format('Page size cap', hex(self.page_size_cap).replace('L', '')) +\
             print_format.format('Vendor ID', hex(self.vendor_id)) +\
-            print_format.format('Vender part ID', self.vendor_part_id) +\
+            print_format.format('Vendor part ID', self.vendor_part_id) +\
             print_format.format('HW version', self.hw_ver) +\
             print_format.format('Max QP', self.max_qp) +\
             print_format.format('Max QP WR', self.max_qp_wr) +\
-- 
2.17.1




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux