Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e982f17c authored by Joe Perches's avatar Joe Perches Committed by Jeff Garzik
Browse files

e1000: Remove spaces after casts and function names

parent c03e83b0
Loading
Loading
Loading
Loading
+26 −27
Original line number Diff line number Diff line
@@ -5795,8 +5795,7 @@ void e1000_rar_set(struct e1000_hw *hw, u8 *addr, u32 index)
    /* HW expects these in little endian so we reverse the byte order
     * from network order (big endian) to little endian
     */
    rar_low = ((u32) addr[0] |
               ((u32) addr[1] << 8) |
    rar_low = ((u32)addr[0] | ((u32)addr[1] << 8) |
               ((u32)addr[2] << 16) | ((u32)addr[3] << 24));
    rar_high = ((u32)addr[4] | ((u32)addr[5] << 8));

+8 −8

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.