Re: [PATCH] Documentation: driver-api: update kernel connector

2020-07-23 Thread Jonathan Corbet
On Mon, 20 Jul 2020 15:24:12 +0800 Wang Long wrote: > This patch changes: > 1) Fix typo in kernel connector documentation. > s/cn_netlink_send_multi/cn_netlink_send_mult/ > 2) update definition of struct cn_msg > > Signed-off-by: Wang Long > --- > Documentation/driver-api/connector.rst |

[PATCH] Documentation: driver-api: update kernel connector

2020-07-20 Thread Wang Long
This patch changes: 1) Fix typo in kernel connector documentation. s/cn_netlink_send_multi/cn_netlink_send_mult/ 2) update definition of struct cn_msg Signed-off-by: Wang Long --- Documentation/driver-api/connector.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --gi