Bug 312

Summary: misplaced/extra semicolon drivers/net/tokenring/smctr.c
Product: Drivers Reporter: Martin J. Bligh (mbligh)
Component: NetworkAssignee: Jeff Garzik (jgarzik)
Status: CLOSED CODE_FIX    
Severity: normal CC: natmari6117
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.5.59 Subsystem:
Regression: --- Bisected commit-id:
Attachments: removes semicolon
Checked in this patch.

Description Martin J. Bligh 2003-02-06 13:13:20 UTC
===== misplaced/extra semicolon =====
drivers/net/tokenring/smctr.c:3067
for(i = 0; ((i < 6) && (dev->dev_addr[i] == 0)); i++);
Comment 1 Frank Davis 2003-02-07 00:02:26 UTC
Created attachment 113 [details]
removes semicolon
Comment 2 Jeff Garzik 2003-02-12 10:48:58 UTC
Created attachment 134 [details]
Checked in this patch.
Comment 3 Thomas Molina 2003-02-20 18:56:28 UTC
Closed per Mr Garzik's request