Bug 147048

Summary: (lots of) kernel code still doesn't follow kernel coding style
Product: [Fedora] Fedora Reporter: Robert P. J. Day <rpjday>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED UPSTREAM QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: pfrields, wtogami
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://linux.bkbits.net:8080/linux-2.6/anno/lib/vsprintf.c@1.25?nav=index.html|src/|src/lib
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-04 00:02:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert P. J. Day 2005-02-03 23:04:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5)
Gecko/20041111 Firefox/1.0

Description of problem:
  Not a real problem, but some of the kernel source still doesn't
follow the kernel coding style.  Specifically, it's kinda annoying
that some of the source files don't insist that function names that
are part of definitions start in column one, to make it easier to
search for recursively.

  As an example, follow the link in the URL box.  Is it possible to
pass on a request to the kernel guruz to actually get their code to
conform to their standards?  Pretty please?

rday

Version-Release number of selected component (if applicable):
kernel-2.6.10-1.xxx

How reproducible:
Always

Steps to Reproduce:
1. Look at source code.
2.
3.
    

Additional info:

Comment 1 Dave Jones 2005-02-04 00:02:42 UTC
bring it up upstream, this isn't a fedora specific issue.