All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: Pavel Machek <pavel@ucw.cz>
Cc: Adrian McMenamin <adrian@newgolddream.dyndns.info>,
	linux-fsdevel <linux-fsdevel@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-sh <linux-sh@vger.kernel.org>
Subject: Re: [RFC][patch] filesystem: Vmufat filesystem, version 4
Date: Mon, 27 Apr 2009 17:56:20 +0000	[thread overview]
Message-ID: <200904271356.21684.vapier@gentoo.org> (raw)
In-Reply-To: <20090424221455.GB5342@elf.ucw.cz>

[-- Attachment #1: Type: text/plain, Size: 940 bytes --]

On Friday 24 April 2009 18:14:55 Pavel Machek wrote:
> On Mon 2009-04-13 21:32:48, Adrian McMenamin wrote:
> > --- /dev/null
> > +++ b/fs/vmufat/Kconfig
> > @@ -0,0 +1,14 @@
> > +config VMUFAT_FS
> > +	tristate "Dreamcast VMU FAT filesystem"
> > +	depends on BLOCK
> > +	help
> > +	  This implements the simple FAT type filesystem found on SEGA
> > +	  Dreamcast visual memory units.
> > +
> > +	  Dreamcast users who want to mount their VMUs to view the native
> > +	  filesystem will say 'Y' here. The filesystem is hardware independent
> > +	  but is not recommended for any serious use in other circumstances, so
> > +	  just about everyone else should say 'N'.
> > +
> > +	  To compile this as a module say 'M' here. The module will be called
> > +	  vmufat
>
> "vmufat.ko." ?

no, the standard is to name it without extension.  there should be a period 
there though as it's the end of the sentence ...
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Mike Frysinger <vapier@gentoo.org>
To: Pavel Machek <pavel@ucw.cz>
Cc: Adrian McMenamin <adrian@newgolddream.dyndns.info>,
	"linux-fsdevel" <linux-fsdevel@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	"linux-sh" <linux-sh@vger.kernel.org>
Subject: Re: [RFC][patch] filesystem: Vmufat filesystem, version 4
Date: Mon, 27 Apr 2009 13:56:20 -0400	[thread overview]
Message-ID: <200904271356.21684.vapier@gentoo.org> (raw)
In-Reply-To: <20090424221455.GB5342@elf.ucw.cz>

[-- Attachment #1: Type: text/plain, Size: 940 bytes --]

On Friday 24 April 2009 18:14:55 Pavel Machek wrote:
> On Mon 2009-04-13 21:32:48, Adrian McMenamin wrote:
> > --- /dev/null
> > +++ b/fs/vmufat/Kconfig
> > @@ -0,0 +1,14 @@
> > +config VMUFAT_FS
> > +	tristate "Dreamcast VMU FAT filesystem"
> > +	depends on BLOCK
> > +	help
> > +	  This implements the simple FAT type filesystem found on SEGA
> > +	  Dreamcast visual memory units.
> > +
> > +	  Dreamcast users who want to mount their VMUs to view the native
> > +	  filesystem will say 'Y' here. The filesystem is hardware independent
> > +	  but is not recommended for any serious use in other circumstances, so
> > +	  just about everyone else should say 'N'.
> > +
> > +	  To compile this as a module say 'M' here. The module will be called
> > +	  vmufat
>
> "vmufat.ko." ?

no, the standard is to name it without extension.  there should be a period 
there though as it's the end of the sentence ...
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2009-04-27 17:56 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-14 21:19 [RFC][PATCH] filesystem: VMUFAT filesystem Adrian McMenamin
2009-04-13 20:32 ` [RFC][patch] filesystem: Vmufat filesystem, version 4 Adrian McMenamin
2009-04-13 20:32   ` Adrian McMenamin
2009-04-13 21:00   ` Paul Mundt
2009-04-13 21:00     ` Paul Mundt
2009-04-13 21:36     ` Adrian McMenamin
2009-04-13 21:36       ` Adrian McMenamin
2009-04-13 21:40       ` Adrian McMenamin
2009-04-13 21:40         ` Adrian McMenamin
2009-04-13 22:28         ` Mike Frysinger
2009-04-13 22:28           ` Mike Frysinger
2009-04-13 21:59       ` Paul Mundt
2009-04-13 21:59         ` Paul Mundt
2009-04-14  7:00         ` Adrian McMenamin
2009-04-14  7:00           ` Adrian McMenamin
2009-04-14  7:03           ` Paul Mundt
2009-04-14  7:03             ` Paul Mundt
2009-04-14  7:16             ` Adrian McMenamin
2009-04-14  7:16               ` Adrian McMenamin
2009-04-14  7:23               ` Mike Frysinger
2009-04-14  7:23                 ` Mike Frysinger
2009-04-14  7:38   ` Sam Ravnborg
2009-04-14  7:38     ` Sam Ravnborg
2009-04-16 11:23   ` Al Viro
2009-04-16 11:23     ` Al Viro
2009-04-24 22:14   ` Pavel Machek
2009-04-24 22:14     ` Pavel Machek
2009-04-27 17:56     ` Mike Frysinger [this message]
2009-04-27 17:56       ` Mike Frysinger
2009-04-27 18:03       ` Pavel Machek
2009-04-27 18:03         ` Pavel Machek

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=200904271356.21684.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=adrian@newgolddream.dyndns.info \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /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.