Bug 312 - misplaced/extra semicolon drivers/net/tokenring/smctr.c
Summary: misplaced/extra semicolon drivers/net/tokenring/smctr.c
Status: CLOSED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Network (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Jeff Garzik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-06 13:13 UTC by Martin J. Bligh
Modified: 2024-07-29 15:30 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.5.59
Subsystem:
Regression: ---
Bisected commit-id:


Attachments
removes semicolon (455 bytes, patch)
2003-02-07 00:02 UTC, Frank Davis
Details | Diff
Checked in this patch. (1.10 KB, patch)
2003-02-12 10:48 UTC, Jeff Garzik
Details | Diff

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

Note You need to log in before you can comment on or make changes to this bug.