From patchwork Thu Aug 5 20:18:01 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julia Lawall X-Patchwork-Id: 117408 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o75KIYp9005993 for ; Thu, 5 Aug 2010 20:18:34 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759422Ab0HEUSH (ORCPT ); Thu, 5 Aug 2010 16:18:07 -0400 Received: from mgw2.diku.dk ([130.225.96.92]:55317 "EHLO mgw2.diku.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759415Ab0HEUSD (ORCPT ); Thu, 5 Aug 2010 16:18:03 -0400 Received: from localhost (localhost [127.0.0.1]) by mgw2.diku.dk (Postfix) with ESMTP id 8A28A19BF03; Thu, 5 Aug 2010 22:18:02 +0200 (CEST) Received: from mgw2.diku.dk ([127.0.0.1]) by localhost (mgw2.diku.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30646-01; Thu, 5 Aug 2010 22:18:01 +0200 (CEST) Received: from nhugin.diku.dk (nhugin.diku.dk [130.225.96.140]) by mgw2.diku.dk (Postfix) with ESMTP id 4848119BF01; Thu, 5 Aug 2010 22:18:01 +0200 (CEST) Received: from ask.diku.dk (ask.diku.dk [130.225.96.225]) by nhugin.diku.dk (Postfix) with ESMTP id DE8B46DF893; Thu, 5 Aug 2010 22:16:51 +0200 (CEST) Received: by ask.diku.dk (Postfix, from userid 3767) id 2A46B200C3; Thu, 5 Aug 2010 22:18:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ask.diku.dk (Postfix) with ESMTP id 21AB8200BD; Thu, 5 Aug 2010 22:18:01 +0200 (CEST) Date: Thu, 5 Aug 2010 22:18:01 +0200 (CEST) From: Julia Lawall To: Faisal Latif , Chien Tung , Roland Dreier , Sean Hefty , Hal Rosenstock , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: [PATCH 4/42] drivers/infiniband/hw/nes: Adjust confusing if indentation Message-ID: MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 05 Aug 2010 20:18:52 +0000 (UTC) diff --git a/drivers/infiniband/hw/nes/nes_hw.c b/drivers/infiniband/hw/nes/nes_hw.c index f41d890..9a379d4 100644 --- a/drivers/infiniband/hw/nes/nes_hw.c +++ b/drivers/infiniband/hw/nes/nes_hw.c @@ -2740,7 +2740,7 @@ void nes_nic_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) /* restart the queue if it had been stopped */ if (netif_queue_stopped(nesvnic->netdev)) netif_wake_queue(nesvnic->netdev); - sq_cqes = 0; + sq_cqes = 0; } } else { rqes_processed ++;