lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 25 Jan 2018 10:32:00 +0000
From:   "Kalderon, Michal" <Michal.Kalderon@...ium.com>
To:     Rohit Visavalia <rohit.visavalia@...tnautics.com>,
        "Elior, Ariel" <Ariel.Elior@...ium.com>,
        Dept-Eng Everest Linux L2 <Dept-EngEverestLinuxL2@...ium.com>
CC:     "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] qed: code indent should use tabs where possible

> From: Rohit Visavalia [mailto:rohit.visavalia@...tnautics.com]
> Sent: Thursday, January 25, 2018 12:26 PM
> To: Elior, Ariel <Ariel.Elior@...ium.com>; Dept-Eng Everest Linux L2 <Dept-
> EngEverestLinuxL2@...ium.com>
> Cc: netdev@...r.kernel.org; linux-kernel@...r.kernel.org; Rohit Visavalia
> <rohit.visavalia@...tnautics.com>
> Subject: [PATCH] qed: code indent should use tabs where possible
> 
> Issue found by checkpatch.
> 
> Signed-off-by: Rohit Visavalia <rohit.visavalia@...tnautics.com>
> ---
>  drivers/net/ethernet/qlogic/qed/qed_rdma.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/net/ethernet/qlogic/qed/qed_rdma.c
> b/drivers/net/ethernet/qlogic/qed/qed_rdma.c
> index b7abb8205d3a..ae399c48d4a3 100644
> --- a/drivers/net/ethernet/qlogic/qed/qed_rdma.c
> +++ b/drivers/net/ethernet/qlogic/qed/qed_rdma.c
> @@ -360,13 +360,13 @@ static void qed_rdma_resc_free(struct qed_hwfn
> *p_hwfn)
> 
>  static void qed_rdma_free_tid(void *rdma_cxt, u32 itid)  {
> -        struct qed_hwfn *p_hwfn = (struct qed_hwfn *)rdma_cxt;
> +	struct qed_hwfn *p_hwfn = (struct qed_hwfn *)rdma_cxt;
> 
> -        DP_VERBOSE(p_hwfn, QED_MSG_RDMA, "itid = %08x\n", itid);
> +	DP_VERBOSE(p_hwfn, QED_MSG_RDMA, "itid = %08x\n", itid);
> 
> -        spin_lock_bh(&p_hwfn->p_rdma_info->lock);
> -        qed_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->tid_map,
> itid);
> -        spin_unlock_bh(&p_hwfn->p_rdma_info->lock);
> +	spin_lock_bh(&p_hwfn->p_rdma_info->lock);
> +	qed_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->tid_map,
> itid);
> +	spin_unlock_bh(&p_hwfn->p_rdma_info->lock);
>  }
> 
>  static void qed_rdma_free_reserved_lkey(struct qed_hwfn *p_hwfn)
> --
> 2.16.1

Thanks and apologies,

Acked-by: Michal Kalderon <michal.kalderon@...ium.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ