From: Si-Wei Liu <si-wei.liu@oracle.com>
To: Dan Carpenter <dan.carpenter@oracle.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
Eli Cohen <elic@nvidia.com>
Cc: kernel-janitors@vger.kernel.org,
virtualization@lists.linux-foundation.org
Subject: Re: [PATCH 2/2] vdpa/mlx5: clean up indenting in handle_ctrl_vlan()
Date: Tue, 7 Jun 2022 17:21:51 -0700 [thread overview]
Message-ID: <c54271aa-076d-f3c2-d064-bbd0399a70dd@oracle.com> (raw)
In-Reply-To: <Yp71IYMP+QfuCJ8t@kili>
On 6/6/2022 11:50 PM, Dan Carpenter wrote:
> These lines were supposed to be indented.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Si-Wei Liu <si-wei.liu@oracle.com>
> ---
> drivers/vdpa/mlx5/net/mlx5_vnet.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/vdpa/mlx5/net/mlx5_vnet.c b/drivers/vdpa/mlx5/net/mlx5_vnet.c
> index c964f4161d7f..83607b7488f1 100644
> --- a/drivers/vdpa/mlx5/net/mlx5_vnet.c
> +++ b/drivers/vdpa/mlx5/net/mlx5_vnet.c
> @@ -1817,10 +1817,10 @@ static virtio_net_ctrl_ack handle_ctrl_vlan(struct mlx5_vdpa_dev *mvdev, u8 cmd)
> status = VIRTIO_NET_OK;
> break;
> default:
> - break;
> -}
> + break;
> + }
>
> -return status;
> + return status;
> }
>
> static void mlx5_cvq_kick_handler(struct work_struct *work)
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
next prev parent reply other threads:[~2022-06-08 0:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-07 6:49 [PATCH 1/2] vdpa/mlx5: fix error code for deleting vlan Dan Carpenter
2022-06-07 6:50 ` [PATCH 2/2] vdpa/mlx5: clean up indenting in handle_ctrl_vlan() Dan Carpenter
2022-06-08 0:21 ` Si-Wei Liu [this message]
2022-06-08 0:21 ` [PATCH 1/2] vdpa/mlx5: fix error code for deleting vlan Si-Wei Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c54271aa-076d-f3c2-d064-bbd0399a70dd@oracle.com \
--to=si-wei.liu@oracle.com \
--cc=dan.carpenter@oracle.com \
--cc=elic@nvidia.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=mst@redhat.com \
--cc=virtualization@lists.linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).