mbox series

[ndctl,v2,0/2] Fix some typos

Message ID 20221102165004.171776-1-fan.ni@samsung.com
Headers show
Series Fix some typos | expand

Message

Fan Ni Nov. 2, 2022, 4:50 p.m. UTC
Fix typos found in libcxl code and documentation. The first is separate as
it deals with an ABI, while the second patch fixes the remaining documentation.

Changes from v1[1]:
- Removed export of cxl_memdev_get_firmware_version and instead
	implement it as an inline function in cxl/libcxl.h. (Dan)
- Reverted the changes to the cxl/lib/libcxl.sym. (Dan)
- Removed cxl_memdev_get_firmware_verison from
	Documentation/cxl/lib/libcxl.txt. (David)
- Fix typos in Documentation/cxl/lib/libcxl.txt. (David)

[1]: v1:
https://lore.kernel.org/linux-cxl/20221101154628.GB78088@bgt-140510-bm03/T/#t

Fan Ni (2):
  libcxl: Add cxl_memdev_get_firmware_version
  libcxl: Fix typos

 Documentation/cxl/lib/libcxl.txt | 6 +++---
 cxl/libcxl.h                     | 8 ++++++++
 2 files changed, 11 insertions(+), 3 deletions(-)