[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20121210.133909.864954188870549983.davem@davemloft.net>
Date: Mon, 10 Dec 2012 13:39:09 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: ariele@...adcom.com
Cc: netdev@...r.kernel.org, eilong@...adcom.com
Subject: Re: [PATCH net-next v3 03/22] bnx2x: Add to VF <-> PF channel the
release request
From: "Ariel Elior" <ariele@...adcom.com>
Date: Mon, 10 Dec 2012 17:46:27 +0200
> + /* PF released us */
> + if (resp->hdr.status == PFVF_STATUS_SUCCESS) {
> + DP(BNX2X_MSG_SP, "vf released\n");
> +
> + /* PF reports error */
> + } else {
Seriously? Do I even need to tell you how awful this looks?
Remove the empty line and put that comment before the "else"
somewhere where it doesn't have to have indentation which does
not match the basic block it is in.
I think I've reviewed enough of this series, please audit the
rest of coding style problems yourself.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists