All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: Luca Barbieri <ldb@ldb.ods.org>
Cc: Linux-Kernel ML <linux-kernel@vger.kernel.org>,
	Kernel Janitors ML 
	<kernel-janitor-discuss@lists.sourceforge.net>
Subject: Re: Broken inlines all over the source tree
Date: Sun, 25 Aug 2002 09:05:22 +0100	[thread overview]
Message-ID: <20020825090522.A21314@flint.arm.linux.org.uk> (raw)
In-Reply-To: <1030232838.1451.99.camel@ldb>; from ldb@ldb.ods.org on Sun, Aug 25, 2002 at 01:47:18AM +0200

On Sun, Aug 25, 2002 at 01:47:18AM +0200, Luca Barbieri wrote:
> ./drivers/acorn/block/fd1772.c

False positive; set_head_settle_flag is declared with code before use.
False positive; get_head_settle_flag is declared with code before use.
Correct positive; copy_buffer needs fixing, thanks for finding that.

> ./include/asm-arm/thread_info.h

False positive; current_thread_info is declared with code before use.

> ./include/asm-arm/current.h

False positive; get_current is declared with code before use.

> ./include/asm-arm/unistd.h

False positive; _syscall3 is a macro containing code.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


  reply	other threads:[~2002-08-25  8:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-24 23:47 Broken inlines all over the source tree Luca Barbieri
2002-08-25  8:05 ` Russell King [this message]
2002-08-25 10:16 ` Roger Luethi
2002-08-26  7:32 ` David S. Miller
2002-08-26 16:22 ` Greg KH
2002-08-26 16:39   ` Luca Barbieri
2002-08-27  6:47   ` Petko Manolov
2002-08-28 20:24   ` Jeroen Vreeken
2002-09-03 15:33   ` Jeroen Vreeken
2002-09-04 18:17     ` Greg KH
2002-09-05 22:08       ` Jeroen Vreeken
2002-09-09 21:20         ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020825090522.A21314@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=kernel-janitor-discuss@lists.sourceforge.net \
    --cc=ldb@ldb.ods.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.