hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/net/ethernet/3com/typhoon.h
....@@ -33,7 +33,7 @@
3333 u32 lastWrite;
3434 };
3535
36
-/* The Typoon transmit ring -- same as a basic ring, plus:
36
+/* The Typhoon transmit ring -- same as a basic ring, plus:
3737 * lastRead: where we're at in regard to cleaning up the ring
3838 * writeRegister: register to use for writing (different for Hi & Lo rings)
3939 */
....@@ -366,7 +366,7 @@
366366 memset(_ptr, 0, sizeof(struct cmd_desc)); \
367367 _ptr->flags = TYPHOON_CMD_DESC | TYPHOON_DESC_VALID; \
368368 _ptr->cmd = command; \
369
- } while(0)
369
+ } while (0)
370370
371371 /* We set seqNo to 1 if we're expecting a response from this command */
372372 #define INIT_COMMAND_WITH_RESPONSE(x, command) \
....@@ -376,7 +376,7 @@
376376 _ptr->flags |= TYPHOON_DESC_VALID; \
377377 _ptr->cmd = command; \
378378 _ptr->seqNo = 1; \
379
- } while(0)
379
+ } while (0)
380380
381381 /* TYPHOON_CMD_SET_RX_FILTER filter bits (cmd.parm1)
382382 */