diff options
author | Yuval Mintz <yuvalmin@broadcom.com> | 2013-06-02 04:06:17 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-03 08:36:47 +0400 |
commit | d76a611187c4840a4a45fb3f493f9b63c19df4ca (patch) | |
tree | 36f59b020d9cb9c717a8db33586608aa1f8f07c7 /drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h | |
parent | ada7c19e6d27bf4bb6a242960ac6e76f9f21cdd7 (diff) | |
download | linux-d76a611187c4840a4a45fb3f493f9b63c19df4ca.tar.xz |
bnx2x: Semantic change of empty lines
This patch removes unnecessary blank lines and adds a few where such are needed
(between variable declarations and code)
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h')
-rw-r--r-- | drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h index d67ddc554c0f..039792299c3b 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h @@ -722,7 +722,6 @@ u32 bnx2x_crc_vf_bulletin(struct bnx2x *bp, struct pf_vf_bulletin_content *bulletin); int bnx2x_post_vf_bulletin(struct bnx2x *bp, int vf); - enum sample_bulletin_result bnx2x_sample_bulletin(struct bnx2x *bp); /* VF side vfpf channel functions */ |