Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f4aff426533f62c46d4e4d104572d838d35034eb
Commit:     f4aff426533f62c46d4e4d104572d838d35034eb
Parent:     67cb2b61225601ef1ead842c7a012bb6da19f847
Author:     Douglas Thompson <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 19 01:50:03 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Jul 19 10:04:54 2007 -0700

    drivers/edac: Lindent i5000
    
    Ran e752x_edac.c file through Lindent for cleanup
    
    Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
    Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/edac/i5000_edac.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/drivers/edac/i5000_edac.c b/drivers/edac/i5000_edac.c
index af6faee..aa05c45 100644
--- a/drivers/edac/i5000_edac.c
+++ b/drivers/edac/i5000_edac.c
@@ -967,7 +967,7 @@ static void calculate_dimm_size(struct i5000_pvt *pvt)
        mem_buffer = p = kmalloc(space, GFP_KERNEL);
        if (p == NULL) {
                i5000_printk(KERN_ERR, "MC: %s:%s() kmalloc() failed\n",
-                           __FILE__, __func__);
+                            __FILE__, __func__);
                return;
        }
 
@@ -1287,13 +1287,13 @@ static int i5000_probe1(struct pci_dev *pdev, int 
dev_idx)
                return -ENODEV;
 
        /* make sure error reporting method is sane */
-       switch(edac_op_state) {
-               case EDAC_OPSTATE_POLL:
-               case EDAC_OPSTATE_NMI:
-                       break;
-               default:
-                       edac_op_state = EDAC_OPSTATE_POLL;
-                       break;
+       switch (edac_op_state) {
+       case EDAC_OPSTATE_POLL:
+       case EDAC_OPSTATE_NMI:
+               break;
+       default:
+               edac_op_state = EDAC_OPSTATE_POLL;
+               break;
        }
 
        /* Ask the devices for the number of CSROWS and CHANNELS so
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to