From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510 Epiphany/1.2.4 Description of problem: There are no token ring drivers pre-compiled with the kernel that ships with FC2. After trying to compile myself I noticed that driver/net/tokenring/ibmtr.c would not compile. Further inspection showed that line 865 in this file is missing a ; at the end of the line. The addition of the ; allows the compile to continue. Version-Release number of selected component (if applicable): kernel-2.6.5-1.358 How reproducible: Always Steps to Reproduce: 1. Configure kernel to include IBM token ring drivers 2. Compile the kernel using make 3. Actual Results: The compile fails on ibmtr.c Expected Results: The compile should not fail. Additional info: