* [PATCH] Fix typos in doc and comments (1)
@ 2006-10-16 22:50 Jan Engelhardt
2006-10-16 23:00 ` [PATCH] Fix typos in doc and comments (2) Jan Engelhardt
2006-10-16 23:07 ` [PATCH] Fix typos in doc and comments (1) Randy Dunlap
0 siblings, 2 replies; 5+ messages in thread
From: Jan Engelhardt @ 2006-10-16 22:50 UTC (permalink / raw)
To: akpm
Cc: Matt LaPlante, Linus Torvalds, Randy Dunlap, Alan Cox,
Linux Kernel Mailing List
Changes persistant -> persistent. www.dictionary.com does not know
persistant (with an A), but should it be one of those things you can
spell in more than one correct way, let me know.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Index: linux-2.6.19-rc2/Documentation/Changes
===================================================================
--- linux-2.6.19-rc2.orig/Documentation/Changes
+++ linux-2.6.19-rc2/Documentation/Changes
@@ -201,7 +201,7 @@ udev
----
udev is a userspace application for populating /dev dynamically with
only entries for devices actually present. udev replaces the basic
-functionality of devfs, while allowing persistant device naming for
+functionality of devfs, while allowing persistent device naming for
devices.
FUSE
Index: linux-2.6.19-rc2/Documentation/power/states.txt
===================================================================
--- linux-2.6.19-rc2.orig/Documentation/power/states.txt
+++ linux-2.6.19-rc2/Documentation/power/states.txt
@@ -62,7 +62,7 @@ setup via another operating system for i
inconvenience, this method requires minimal work by the kernel, since
the firmware will also handle restoring memory contents on resume.
-If the kernel is responsible for persistantly saving state, a mechanism
+If the kernel is responsible for persistently saving state, a mechanism
called 'swsusp' (Swap Suspend) is used to write memory contents to
free swap space. swsusp has some restrictive requirements, but should
work in most cases. Some, albeit outdated, documentation can be found
Index: linux-2.6.19-rc2/arch/um/drivers/chan_user.c
===================================================================
--- linux-2.6.19-rc2.orig/arch/um/drivers/chan_user.c
+++ linux-2.6.19-rc2/arch/um/drivers/chan_user.c
@@ -120,7 +120,7 @@ static int winch_thread(void *arg)
/* These are synchronization calls between various UML threads on the
* host - since they are not different kernel threads, we cannot use
* kernel semaphores. We don't use SysV semaphores because they are
- * persistant. */
+ * persistent. */
count = os_read_file(pipe_fd, &c, sizeof(c));
if(count != sizeof(c))
printk("winch_thread : failed to read synchronization byte, "
Index: linux-2.6.19-rc2/drivers/message/fusion/mptbase.c
===================================================================
--- linux-2.6.19-rc2.orig/drivers/message/fusion/mptbase.c
+++ linux-2.6.19-rc2/drivers/message/fusion/mptbase.c
@@ -6185,7 +6185,7 @@ mpt_spi_log_info(MPT_ADAPTER *ioc, u32 l
"Abort", /* 12h */
"IO Not Yet Executed", /* 13h */
"IO Executed", /* 14h */
- "Persistant Reservation Out Not Affiliation Owner", /* 15h */
+ "Persistent Reservation Out Not Affiliation Owner", /* 15h */
"Open Transmit DMA Abort", /* 16h */
"IO Device Missing Delay Retry", /* 17h */
NULL, /* 18h */
Index: linux-2.6.19-rc2/drivers/mtd/maps/cfi_flagadm.c
===================================================================
--- linux-2.6.19-rc2.orig/drivers/mtd/maps/cfi_flagadm.c
+++ linux-2.6.19-rc2/drivers/mtd/maps/cfi_flagadm.c
@@ -80,7 +80,7 @@ struct mtd_partition flagadm_parts[] = {
.size = FLASH_PARTITION2_SIZE
},
{
- .name = "Persistant storage",
+ .name = "Persistent storage",
.offset = FLASH_PARTITION3_ADDR,
.size = FLASH_PARTITION3_SIZE
}
Index: linux-2.6.19-rc2/drivers/pci/Kconfig
===================================================================
--- linux-2.6.19-rc2.orig/drivers/pci/Kconfig
+++ linux-2.6.19-rc2/drivers/pci/Kconfig
@@ -34,7 +34,7 @@ config PCI_MULTITHREAD_PROBE
It is very unwise to use this option if you are not using a
boot process that can handle devices being created in any
- order. A program that can create persistant block and network
+ order. A program that can create persistent block and network
device names (like udev) is a good idea if you wish to use
this option.
Index: linux-2.6.19-rc2/fs/Kconfig
===================================================================
--- linux-2.6.19-rc2.orig/fs/Kconfig
+++ linux-2.6.19-rc2/fs/Kconfig
@@ -968,7 +968,7 @@ config SYSFS
Some system agents rely on the information in sysfs to operate.
/sbin/hotplug uses device and object attributes in sysfs to assist in
- delegating policy decisions, like persistantly naming devices.
+ delegating policy decisions, like persistently naming devices.
sysfs is currently used by the block subsystem to mount the root
partition. If sysfs is disabled you must specify the boot device on
Index: linux-2.6.19-rc2/fs/jfs/jfs_filsys.h
===================================================================
--- linux-2.6.19-rc2.orig/fs/jfs/jfs_filsys.h
+++ linux-2.6.19-rc2/fs/jfs/jfs_filsys.h
@@ -81,7 +81,7 @@
#define JFS_SWAP_BYTES 0x00100000 /* running on big endian computer */
/* Directory index */
-#define JFS_DIR_INDEX 0x00200000 /* Persistant index for */
+#define JFS_DIR_INDEX 0x00200000 /* Persistent index for */
/* directory entries */
Index: linux-2.6.19-rc2/include/linux/textsearch.h
===================================================================
--- linux-2.6.19-rc2.orig/include/linux/textsearch.h
+++ linux-2.6.19-rc2/include/linux/textsearch.h
@@ -20,7 +20,7 @@ struct ts_config;
/**
* struct ts_state - search state
* @offset: offset for next match
- * @cb: control buffer, for persistant variables of get_next_block()
+ * @cb: control buffer, for persistent variables of get_next_block()
*/
struct ts_state
{
@@ -71,7 +71,7 @@ struct ts_config
* Called repeatedly until 0 is returned. Must assign the
* head of the next block of data to &*dst and return the length
* of the block or 0 if at the end. consumed == 0 indicates
- * a new search. May store/read persistant values in state->cb.
+ * a new search. May store/read persistent values in state->cb.
*/
unsigned int (*get_next_block)(unsigned int consumed,
const u8 **dst,
Index: linux-2.6.19-rc2/lib/textsearch.c
===================================================================
--- linux-2.6.19-rc2.orig/lib/textsearch.c
+++ linux-2.6.19-rc2/lib/textsearch.c
@@ -40,7 +40,7 @@
* configuration according to the specified parameters.
* (3) User starts the search(es) by calling _find() or _next() to
* fetch subsequent occurrences. A state variable is provided
- * to the algorihtm to store persistant variables.
+ * to the algorihtm to store persistent variables.
* (4) Core eventually resets the search offset and forwards the find()
* request to the algorithm.
* (5) Algorithm calls get_next_block() provided by the user continously
#<EOF>
-`J'
--
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] Fix typos in doc and comments (2) 2006-10-16 22:50 [PATCH] Fix typos in doc and comments (1) Jan Engelhardt @ 2006-10-16 23:00 ` Jan Engelhardt 2006-10-16 23:07 ` [PATCH] Fix typos in doc and comments (1) Randy Dunlap 1 sibling, 0 replies; 5+ messages in thread From: Jan Engelhardt @ 2006-10-16 23:00 UTC (permalink / raw) To: akpm Cc: Matt LaPlante, Linus Torvalds, Randy Dunlap, Alan Cox, Linux Kernel Mailing List >Changes persistant -> persistent. www.dictionary.com does not know >persistant (with an A), but should it be one of those things you can >spell in more than one correct way, let me know. Changes persistant -> persistent in actual C code. (part 1 changed docs/comments). Compile-tested. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Index: linux-2.6.19-rc2/drivers/isdn/hisax/isdnl2.c =================================================================== --- linux-2.6.19-rc2.orig/drivers/isdn/hisax/isdnl2.c +++ linux-2.6.19-rc2/drivers/isdn/hisax/isdnl2.c @@ -1442,7 +1442,7 @@ l2_tei_remove(struct FsmInst *fi, int ev } static void -l2_st14_persistant_da(struct FsmInst *fi, int event, void *arg) +l2_st14_persistent_da(struct FsmInst *fi, int event, void *arg) { struct PStack *st = fi->userdata; @@ -1453,7 +1453,7 @@ l2_st14_persistant_da(struct FsmInst *fi } static void -l2_st5_persistant_da(struct FsmInst *fi, int event, void *arg) +l2_st5_persistent_da(struct FsmInst *fi, int event, void *arg) { struct PStack *st = fi->userdata; @@ -1466,7 +1466,7 @@ l2_st5_persistant_da(struct FsmInst *fi, } static void -l2_st6_persistant_da(struct FsmInst *fi, int event, void *arg) +l2_st6_persistent_da(struct FsmInst *fi, int event, void *arg) { struct PStack *st = fi->userdata; @@ -1477,7 +1477,7 @@ l2_st6_persistant_da(struct FsmInst *fi, } static void -l2_persistant_da(struct FsmInst *fi, int event, void *arg) +l2_persistent_da(struct FsmInst *fi, int event, void *arg) { struct PStack *st = fi->userdata; @@ -1612,14 +1612,14 @@ static struct FsmNode L2FnList[] __initd {ST_L2_6, EV_L2_FRAME_ERROR, l2_frame_error}, {ST_L2_7, EV_L2_FRAME_ERROR, l2_frame_error_reest}, {ST_L2_8, EV_L2_FRAME_ERROR, l2_frame_error_reest}, - {ST_L2_1, EV_L1_DEACTIVATE, l2_st14_persistant_da}, + {ST_L2_1, EV_L1_DEACTIVATE, l2_st14_persistent_da}, {ST_L2_2, EV_L1_DEACTIVATE, l2_st24_tei_remove}, {ST_L2_3, EV_L1_DEACTIVATE, l2_st3_tei_remove}, - {ST_L2_4, EV_L1_DEACTIVATE, l2_st14_persistant_da}, - {ST_L2_5, EV_L1_DEACTIVATE, l2_st5_persistant_da}, - {ST_L2_6, EV_L1_DEACTIVATE, l2_st6_persistant_da}, - {ST_L2_7, EV_L1_DEACTIVATE, l2_persistant_da}, - {ST_L2_8, EV_L1_DEACTIVATE, l2_persistant_da}, + {ST_L2_4, EV_L1_DEACTIVATE, l2_st14_persistent_da}, + {ST_L2_5, EV_L1_DEACTIVATE, l2_st5_persistent_da}, + {ST_L2_6, EV_L1_DEACTIVATE, l2_st6_persistent_da}, + {ST_L2_7, EV_L1_DEACTIVATE, l2_persistent_da}, + {ST_L2_8, EV_L1_DEACTIVATE, l2_persistent_da}, }; #define L2_FN_COUNT (sizeof(L2FnList)/sizeof(struct FsmNode)) #<EOF> -`J' -- ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix typos in doc and comments (1) 2006-10-16 22:50 [PATCH] Fix typos in doc and comments (1) Jan Engelhardt 2006-10-16 23:00 ` [PATCH] Fix typos in doc and comments (2) Jan Engelhardt @ 2006-10-16 23:07 ` Randy Dunlap 2006-10-17 5:22 ` Matt LaPlante 2006-10-17 13:17 ` Alan Cox 1 sibling, 2 replies; 5+ messages in thread From: Randy Dunlap @ 2006-10-16 23:07 UTC (permalink / raw) To: Jan Engelhardt Cc: akpm, Matt LaPlante, Linus Torvalds, Alan Cox, Linux Kernel Mailing List On Tue, 17 Oct 2006 00:50:56 +0200 (MEST) Jan Engelhardt wrote: > > > Changes persistant -> persistent. www.dictionary.com does not know > persistant (with an A), but should it be one of those things you can > spell in more than one correct way, let me know. I agree with it, but IIRC Alan said it could be either way. > Index: linux-2.6.19-rc2/lib/textsearch.c > =================================================================== > --- linux-2.6.19-rc2.orig/lib/textsearch.c > +++ linux-2.6.19-rc2/lib/textsearch.c > @@ -40,7 +40,7 @@ > * configuration according to the specified parameters. > * (3) User starts the search(es) by calling _find() or _next() to > * fetch subsequent occurrences. A state variable is provided > - * to the algorihtm to store persistant variables. > + * to the algorihtm to store persistent variables. fix /algorithm/ while here? or did Matt already fix that one? > * (4) Core eventually resets the search offset and forwards the find() > * request to the algorithm. > * (5) Algorithm calls get_next_block() provided by the user continously --- ~Randy ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix typos in doc and comments (1) 2006-10-16 23:07 ` [PATCH] Fix typos in doc and comments (1) Randy Dunlap @ 2006-10-17 5:22 ` Matt LaPlante 2006-10-17 13:17 ` Alan Cox 1 sibling, 0 replies; 5+ messages in thread From: Matt LaPlante @ 2006-10-17 5:22 UTC (permalink / raw) To: Randy Dunlap Cc: Jan Engelhardt, akpm, Linus Torvalds, Alan Cox, Linux Kernel Mailing List On Mon, 16 Oct 2006 16:07:38 -0700 Randy Dunlap <rdunlap@xenotime.net> wrote: > On Tue, 17 Oct 2006 00:50:56 +0200 (MEST) Jan Engelhardt wrote: > > > > > > > Changes persistant -> persistent. www.dictionary.com does not know > > persistant (with an A), but should it be one of those things you can > > spell in more than one correct way, let me know. > > I agree with it, but IIRC Alan said it could be either way. > While I also agree, you're correct about Alan's claim. He used a print dictionary...I've yet to find an online dictionary that supports this spelling. (Note: I've found m-w.com to be the best at catching both British English and American English spellings. Cambridge online is good too). > > Index: linux-2.6.19-rc2/lib/textsearch.c > > =================================================================== > > --- linux-2.6.19-rc2.orig/lib/textsearch.c > > +++ linux-2.6.19-rc2/lib/textsearch.c > > @@ -40,7 +40,7 @@ > > * configuration according to the specified parameters. > > * (3) User starts the search(es) by calling _find() or _next() to > > * fetch subsequent occurrences. A state variable is provided > > - * to the algorihtm to store persistant variables. > > + * to the algorihtm to store persistent variables. > > fix /algorithm/ while here? > or did Matt already fix that one? > I haven't yet submitted typo fixes to any c/h files, so no. I actually do have a c/h file patch done and pending from a couple days ago, I just haven't mailed it yet. > > * (4) Core eventually resets the search offset and forwards the find() > > * request to the algorithm. > > * (5) Algorithm calls get_next_block() provided by the user continously > > --- > ~Randy -- Matt ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix typos in doc and comments (1) 2006-10-16 23:07 ` [PATCH] Fix typos in doc and comments (1) Randy Dunlap 2006-10-17 5:22 ` Matt LaPlante @ 2006-10-17 13:17 ` Alan Cox 1 sibling, 0 replies; 5+ messages in thread From: Alan Cox @ 2006-10-17 13:17 UTC (permalink / raw) To: Randy Dunlap Cc: Jan Engelhardt, akpm, Matt LaPlante, Linus Torvalds, Linux Kernel Mailing List Ar Llu, 2006-10-16 am 16:07 -0700, ysgrifennodd Randy Dunlap: > > Changes persistant -> persistent. www.dictionary.com does not know > > persistant (with an A), but should it be one of those things you can > > spell in more than one correct way, let me know. > > I agree with it, but IIRC Alan said it could be either way. OED has both but says of the -ance version "older". Seems fine to me Acked-by: Alan Cox <alan@redhat.com> ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-17 12:50 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-10-16 22:50 [PATCH] Fix typos in doc and comments (1) Jan Engelhardt 2006-10-16 23:00 ` [PATCH] Fix typos in doc and comments (2) Jan Engelhardt 2006-10-16 23:07 ` [PATCH] Fix typos in doc and comments (1) Randy Dunlap 2006-10-17 5:22 ` Matt LaPlante 2006-10-17 13:17 ` Alan Cox
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox