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)
commitc2a052a4a949df53f50a5024843432d2234cb824
treee9bbf86b40616578b582fd1b15c164819b32774a
parent3d7cb6b04c3f3115719235cc6866b10326de34cd
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