Commit 3b66fbb7 authored by Steven Cole's avatar Steven Cole Committed by Linus Torvalds

[PATCH] various spelling fixes

This provides the following spelling fixes.

 posible  -> possible
 messsage -> message
 reqeuest -> request
 exeption -> exception
 seqeunce -> sequence
 loggger  -> logger
 resposible -> responsible
 qeueu    -> queue
 microsecnds -> microseconds
 positiion -> position
 feilds    -> fields
parent 6d5c9dc4
...@@ -66,7 +66,7 @@ either freed those hugepages or have exited. ...@@ -66,7 +66,7 @@ either freed those hugepages or have exited.
/proc/sys/vm_nr_hugepages indicates the current number of configured hugetlb /proc/sys/vm_nr_hugepages indicates the current number of configured hugetlb
pages in the kernel. Super user privileges are required for modification of pages in the kernel. Super user privileges are required for modification of
this value. The allocation of hugetlb pages is posible only if there are this value. The allocation of hugetlb pages is possible only if there are
enough physically contiguous free pages in system OR if there are enough enough physically contiguous free pages in system OR if there are enough
hugetlb pages free that can be transfered back to regular memory pool. hugetlb pages free that can be transfered back to regular memory pool.
......
...@@ -400,7 +400,7 @@ do_alignment_ldmstm(unsigned long addr, unsigned long instr, struct pt_regs *reg ...@@ -400,7 +400,7 @@ do_alignment_ldmstm(unsigned long addr, unsigned long instr, struct pt_regs *reg
* For alignment faults on the ARM922T/ARM920T the MMU makes * For alignment faults on the ARM922T/ARM920T the MMU makes
* the FSR (and hence addr) equal to the updated base address * the FSR (and hence addr) equal to the updated base address
* of the multiple access rather than the restored value. * of the multiple access rather than the restored value.
* Switch this messsage off if we've got a ARM92[02], otherwise * Switch this message off if we've got a ARM92[02], otherwise
* [ls]dm alignment faults are noisy! * [ls]dm alignment faults are noisy!
*/ */
#if !(defined CONFIG_CPU_ARM922T) && !(defined CONFIG_CPU_ARM920T) #if !(defined CONFIG_CPU_ARM922T) && !(defined CONFIG_CPU_ARM920T)
......
...@@ -2734,7 +2734,7 @@ sc_recv_intr( l1sc_t *sc, int ch, char *msg, int *len, uint64_t block ) ...@@ -2734,7 +2734,7 @@ sc_recv_intr( l1sc_t *sc, int ch, char *msg, int *len, uint64_t block )
* bigger. * bigger.
* *
* Be careful using the same buffer for both cmd and resp; it could get * Be careful using the same buffer for both cmd and resp; it could get
* hairy if there were ever an L1 command reqeuest that spanned multiple * hairy if there were ever an L1 command request that spanned multiple
* packets. (On the other hand, that would require some additional * packets. (On the other hand, that would require some additional
* rewriting of the L1 command interface anyway.) * rewriting of the L1 command interface anyway.)
*/ */
......
...@@ -60,7 +60,7 @@ unsigned int csum_partial_copy_from_user(const char *src, char *dst, ...@@ -60,7 +60,7 @@ unsigned int csum_partial_copy_from_user(const char *src, char *dst,
/* /*
* These are the old (and unsafe) way of doing checksums, a warning message * These are the old (and unsafe) way of doing checksums, a warning message
* will be printed if they are used and an exeption occurs. * will be printed if they are used and an exception occurs.
* *
* these functions should go away after some time. * these functions should go away after some time.
*/ */
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
* Removed the busy wait loop in do_fd_request and replaced * Removed the busy wait loop in do_fd_request and replaced
* by a routine on tq_immediate; only 11% cpu on a dd off the * by a routine on tq_immediate; only 11% cpu on a dd off the
* raw disc - but the speed is the same. * raw disc - but the speed is the same.
* 1/ 9/96 - Idea (failed!) - set the 'disable spin-up seqeunce' * 1/ 9/96 - Idea (failed!) - set the 'disable spin-up sequence'
* when we read the track if we know the motor is on; didn't * when we read the track if we know the motor is on; didn't
* help - perhaps we have to do it in stepping as well. * help - perhaps we have to do it in stepping as well.
* Nope. Still doesn't help. * Nope. Still doesn't help.
......
...@@ -159,7 +159,7 @@ acpi_get_parent ( ...@@ -159,7 +159,7 @@ acpi_get_parent (
*ret_handle = *ret_handle =
acpi_ns_convert_entry_to_handle (acpi_ns_get_parent_node (node)); acpi_ns_convert_entry_to_handle (acpi_ns_get_parent_node (node));
/* Return exeption if parent is null */ /* Return exception if parent is null */
if (!acpi_ns_get_parent_node (node)) { if (!acpi_ns_get_parent_node (node)) {
status = AE_NULL_ENTRY; status = AE_NULL_ENTRY;
......
...@@ -97,7 +97,7 @@ static int stop_rtc_timers; /* don't requeue tasks */ ...@@ -97,7 +97,7 @@ static int stop_rtc_timers; /* don't requeue tasks */
static spinlock_t gen_rtc_lock = SPIN_LOCK_UNLOCKED; static spinlock_t gen_rtc_lock = SPIN_LOCK_UNLOCKED;
/* /*
* Routine to poll RTC seconds field for change as often as posible, * Routine to poll RTC seconds field for change as often as possible,
* after first RTC_UIE use timer to reduce polling * after first RTC_UIE use timer to reduce polling
*/ */
void genrtc_troutine(void *data) void genrtc_troutine(void *data)
......
/* /*
* Include file for defining the kernel loggger messages * Include file for defining the kernel logger messages
* These definitions are shared between the klog driver and the * These definitions are shared between the klog driver and the
* klogd daemon process * klogd daemon process
* *
......
...@@ -184,7 +184,7 @@ typedef struct _MSG_SCSI_IO_RAID_PT_REPLY ...@@ -184,7 +184,7 @@ typedef struct _MSG_SCSI_IO_RAID_PT_REPLY
/****************************************************************************/ /****************************************************************************/
/* Mailbox reqeust structure */ /* Mailbox request structure */
/****************************************************************************/ /****************************************************************************/
typedef struct _MSG_MAILBOX_REQUEST typedef struct _MSG_MAILBOX_REQUEST
......
...@@ -1150,7 +1150,7 @@ e1000_set_mac(struct net_device *netdev, void *p) ...@@ -1150,7 +1150,7 @@ e1000_set_mac(struct net_device *netdev, void *p)
* *
* The set_multi entry point is called whenever the multicast address * The set_multi entry point is called whenever the multicast address
* list or the network interface flags are updated. This routine is * list or the network interface flags are updated. This routine is
* resposible for configuring the hardware for proper multicast, * responsible for configuring the hardware for proper multicast,
* promiscuous mode, and all-multi behavior. * promiscuous mode, and all-multi behavior.
**/ **/
......
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
* *
* Revision 1.21 1998/10/20 12:11:56 malthoff * Revision 1.21 1998/10/20 12:11:56 malthoff
* Don't dendy the Queue config if the size of the unused * Don't dendy the Queue config if the size of the unused
* rx qeueu is zero. * rx queue is zero.
* *
* Revision 1.20 1998/10/19 07:27:58 malthoff * Revision 1.20 1998/10/19 07:27:58 malthoff
* SkGeInitRamIface() is public to be called by diagnostics. * SkGeInitRamIface() is public to be called by diagnostics.
......
...@@ -555,7 +555,7 @@ static inline void ...@@ -555,7 +555,7 @@ static inline void
dasd_profile_end(dasd_device_t *device, dasd_ccw_req_t * cqr, dasd_profile_end(dasd_device_t *device, dasd_ccw_req_t * cqr,
struct request *req) struct request *req)
{ {
long strtime, irqtime, endtime, tottime; /* in microsecnds */ long strtime, irqtime, endtime, tottime; /* in microseconds */
long tottimeps, sectors; long tottimeps, sectors;
if (dasd_profile_level != DASD_PROFILE_ON) if (dasd_profile_level != DASD_PROFILE_ON)
......
...@@ -267,7 +267,7 @@ int __init fm2fb_init(void) ...@@ -267,7 +267,7 @@ int __init fm2fb_init(void)
fb_info.fix = fb_fix; fb_info.fix = fb_fix;
fb_info.flags = FBINFO_FLAG_DEFAULT; fb_info.flags = FBINFO_FLAG_DEFAULT;
/* The below feilds will go away !!!! */ /* The below fields will go away !!!! */
fb_alloc_cmap(&fb_info.cmap, 16, 0); fb_alloc_cmap(&fb_info.cmap, 16, 0);
if (register_framebuffer(&fb_info) < 0) if (register_framebuffer(&fb_info) < 0)
......
...@@ -111,7 +111,7 @@ int q40fb_init(void) ...@@ -111,7 +111,7 @@ int q40fb_init(void)
fb_info.pseudo_palette = pseudo_palette; fb_info.pseudo_palette = pseudo_palette;
fb_info.screen_base = (char *) q40fb_fix.smem_start; fb_info.screen_base = (char *) q40fb_fix.smem_start;
/* The below feilds will go away !!!! */ /* The below fields will go away !!!! */
fb_alloc_cmap(&fb_info.cmap, 16, 0); fb_alloc_cmap(&fb_info.cmap, 16, 0);
master_outb(3, DISPLAY_CONTROL_REG); master_outb(3, DISPLAY_CONTROL_REG);
......
...@@ -114,7 +114,7 @@ int post_read_mst_fixup(NTFS_RECORD *b, const u32 size) ...@@ -114,7 +114,7 @@ int post_read_mst_fixup(NTFS_RECORD *b, const u32 size)
* mean that the structure is not subject to protection and hence doesn't need * mean that the structure is not subject to protection and hence doesn't need
* to be fixed up. This means that you have to create a valid update sequence * to be fixed up. This means that you have to create a valid update sequence
* array header in the ntfs record before calling this function, otherwise it * array header in the ntfs record before calling this function, otherwise it
* will fail (the header needs to contain the position of the update seqeuence * will fail (the header needs to contain the position of the update sequence
* array together with the number of elements in the array). You also need to * array together with the number of elements in the array). You also need to
* initialise the update sequence number before calling this function * initialise the update sequence number before calling this function
* otherwise a random word will be used (whatever was in the record at that * otherwise a random word will be used (whatever was in the record at that
......
...@@ -603,7 +603,7 @@ static void __init ic_bootp_init_ext(u8 *e) ...@@ -603,7 +603,7 @@ static void __init ic_bootp_init_ext(u8 *e)
*e++ = 3; /* Default gateway request */ *e++ = 3; /* Default gateway request */
*e++ = 4; *e++ = 4;
e += 4; e += 4;
*e++ = 5; /* Name server reqeust */ *e++ = 5; /* Name server request */
*e++ = 8; *e++ = 8;
e += 8; e += 8;
*e++ = 12; /* Host name request */ *e++ = 12; /* Host name request */
......
...@@ -492,7 +492,7 @@ static void sch_atm_dequeue(unsigned long data) ...@@ -492,7 +492,7 @@ static void sch_atm_dequeue(unsigned long data)
(void) flow->q->ops->requeue(skb,flow->q); (void) flow->q->ops->requeue(skb,flow->q);
break; break;
} }
D2PRINTK("atm_tc_deqeueue: sending on class %p\n",flow); D2PRINTK("atm_tc_dequeue: sending on class %p\n",flow);
/* remove any LL header somebody else has attached */ /* remove any LL header somebody else has attached */
skb_pull(skb,(char *) skb->nh.iph-(char *) skb->data); skb_pull(skb,(char *) skb->nh.iph-(char *) skb->data);
if (skb_headroom(skb) < flow->hdr_len) { if (skb_headroom(skb) < flow->hdr_len) {
......
...@@ -52,7 +52,7 @@ svc_authenticate(struct svc_rqst *rqstp, u32 *authp) ...@@ -52,7 +52,7 @@ svc_authenticate(struct svc_rqst *rqstp, u32 *authp)
return aops->accept(rqstp, authp); return aops->accept(rqstp, authp);
} }
/* A reqeust, which was authenticated, has now executed. /* A request, which was authenticated, has now executed.
* Time to finalise the the credentials and verifier * Time to finalise the the credentials and verifier
* and release and resources * and release and resources
*/ */
......
...@@ -683,7 +683,7 @@ static inline unsigned int calc_linear_pos(viadev_t *viadev, unsigned int idx, u ...@@ -683,7 +683,7 @@ static inline unsigned int calc_linear_pos(viadev_t *viadev, unsigned int idx, u
} }
} }
} }
viadev->lastpos = res; /* remember the last positiion */ viadev->lastpos = res; /* remember the last position */
if (res >= viadev->bufsize) if (res >= viadev->bufsize)
res -= viadev->bufsize; res -= viadev->bufsize;
return res; return res;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment