]> git.baikalelectronics.ru Git - kernel.git/commit
remoteproc: rename len of rpoc_vring to num
authorXuan Zhuo <xuanzhuo@linux.alibaba.com>
Fri, 24 Jun 2022 02:55:41 +0000 (10:55 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 11 Aug 2022 08:06:37 +0000 (04:06 -0400)
commitc6be92ebd5561671fa8e9df21c8f72bc3b451015
treee9bbf86b40616578b582fd1b15c164819b32774a
parent2cd08cb75e50502e452883eb9efa13dc8c4348e8
remoteproc: rename len of rpoc_vring to num

Rename the member len in the structure rpoc_vring to num. And remove 'in
bytes' from the comment of it. This is misleading. Because this actually
refers to the size of the virtio vring to be created. The unit is not
bytes.

Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Message-Id: <20220624025621.128843-2-xuanzhuo@linux.alibaba.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/remoteproc/remoteproc_core.c
drivers/remoteproc/remoteproc_virtio.c
include/linux/remoteproc.h