Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35646 - syntax error in gs-sources-2.4.23_pre8 (fix included)
Summary: syntax error in gs-sources-2.4.23_pre8 (fix included)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-12 00:56 UTC by Brian Harring (RETIRED)
Modified: 2003-12-12 15:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
quick patch fixing the lack of a comma. (fix,701 bytes, patch)
2003-12-12 01:01 UTC, Brian Harring (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Harring (RETIRED) gentoo-dev 2003-12-12 00:56:56 UTC
Pretty much a dumb typo- the 41_linux-2.4.23_pre7-pre8.patch modifies net/irda/af_irda.c w/ a patch like this-
@@ -385,7 +384,7 @@

        /* Check if request succeeded */
        if (result != IAS_SUCCESS) {
-               IRDA_DEBUG(1, __FUNCTION__ "(), IAS query failed! (%d)\n",
+               IRDA_DEBUG(1, "%s(), IAS query failed! (%d)\n", __FUNCTION__
                           result);

                self->errno = result;   /* We really need it later */


...
Note missing comma. 
line 8452 needs a comma as does 8520.

Reproducible: Always
Steps to Reproduce:
Comment 1 Brian Harring (RETIRED) gentoo-dev 2003-12-12 01:01:05 UTC
Created attachment 22073 [details, diff]
quick patch fixing the lack of a comma.
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2003-12-12 15:38:18 UTC
Fixed in CVS; thanks!