Loading arch/parisc/kernel/signal.c +1 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,7 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, flush_user_icache_range((unsigned long) &frame->tramp[0], (unsigned long) &frame->tramp[TRAMP_SIZE]); /* TRAMP Words 0-4, Lenght 5 = SIGRESTARTBLOCK_TRAMP /* TRAMP Words 0-4, Length 5 = SIGRESTARTBLOCK_TRAMP * TRAMP Words 5-9, Length 4 = SIGRETURN_TRAMP * So the SIGRETURN_TRAMP is at the end of SIGRESTARTBLOCK_TRAMP */ Loading arch/sparc/kernel/ioport.c +2 −2 Original line number Diff line number Diff line Loading @@ -305,7 +305,7 @@ void *sbus_alloc_consistent(struct sbus_dev *sdev, long len, u32 *dma_addrp) struct resource *res; int order; /* XXX why are some lenghts signed, others unsigned? */ /* XXX why are some lengths signed, others unsigned? */ if (len <= 0) { return NULL; } Loading Loading @@ -393,7 +393,7 @@ void sbus_free_consistent(struct sbus_dev *sdev, long n, void *p, u32 ba) */ dma_addr_t sbus_map_single(struct sbus_dev *sdev, void *va, size_t len, int direction) { /* XXX why are some lenghts signed, others unsigned? */ /* XXX why are some lengths signed, others unsigned? */ if (len <= 0) { return 0; } Loading drivers/ide/ide-timing.h +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ static int ide_timing_compute(ide_drive_t *drive, short speed, struct ide_timing } /* * Lenghten active & recovery time so that cycle time is correct. * Lengthen active & recovery time so that cycle time is correct. */ if (t->act8b + t->rec8b < t->cyc8b) { Loading drivers/isdn/hardware/eicon/message.c +1 −1 Original line number Diff line number Diff line Loading @@ -4941,7 +4941,7 @@ void sig_ind(PLCI * plci) /* b = IE1 */ /* S = IE1 length + cont. */ /* b = IE2 */ /* S = IE2 lenght + cont. */ /* S = IE2 length + cont. */ sendf(plci->appl, _MANUFACTURER_I, Id, Loading drivers/isdn/hysdn/hycapi.c +1 −1 Original line number Diff line number Diff line Loading @@ -541,7 +541,7 @@ hycapi_rx_capipkt(hysdn_card * card, unsigned char *buf, unsigned short len) } ctrl = &cinfo->capi_ctrl; if(len < CAPI_MSG_BASELEN) { printk(KERN_ERR "HYSDN Card%d: invalid CAPI-message, lenght %d!\n", printk(KERN_ERR "HYSDN Card%d: invalid CAPI-message, length %d!\n", card->myid, len); return; } Loading Loading
arch/parisc/kernel/signal.c +1 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,7 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, flush_user_icache_range((unsigned long) &frame->tramp[0], (unsigned long) &frame->tramp[TRAMP_SIZE]); /* TRAMP Words 0-4, Lenght 5 = SIGRESTARTBLOCK_TRAMP /* TRAMP Words 0-4, Length 5 = SIGRESTARTBLOCK_TRAMP * TRAMP Words 5-9, Length 4 = SIGRETURN_TRAMP * So the SIGRETURN_TRAMP is at the end of SIGRESTARTBLOCK_TRAMP */ Loading
arch/sparc/kernel/ioport.c +2 −2 Original line number Diff line number Diff line Loading @@ -305,7 +305,7 @@ void *sbus_alloc_consistent(struct sbus_dev *sdev, long len, u32 *dma_addrp) struct resource *res; int order; /* XXX why are some lenghts signed, others unsigned? */ /* XXX why are some lengths signed, others unsigned? */ if (len <= 0) { return NULL; } Loading Loading @@ -393,7 +393,7 @@ void sbus_free_consistent(struct sbus_dev *sdev, long n, void *p, u32 ba) */ dma_addr_t sbus_map_single(struct sbus_dev *sdev, void *va, size_t len, int direction) { /* XXX why are some lenghts signed, others unsigned? */ /* XXX why are some lengths signed, others unsigned? */ if (len <= 0) { return 0; } Loading
drivers/ide/ide-timing.h +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ static int ide_timing_compute(ide_drive_t *drive, short speed, struct ide_timing } /* * Lenghten active & recovery time so that cycle time is correct. * Lengthen active & recovery time so that cycle time is correct. */ if (t->act8b + t->rec8b < t->cyc8b) { Loading
drivers/isdn/hardware/eicon/message.c +1 −1 Original line number Diff line number Diff line Loading @@ -4941,7 +4941,7 @@ void sig_ind(PLCI * plci) /* b = IE1 */ /* S = IE1 length + cont. */ /* b = IE2 */ /* S = IE2 lenght + cont. */ /* S = IE2 length + cont. */ sendf(plci->appl, _MANUFACTURER_I, Id, Loading
drivers/isdn/hysdn/hycapi.c +1 −1 Original line number Diff line number Diff line Loading @@ -541,7 +541,7 @@ hycapi_rx_capipkt(hysdn_card * card, unsigned char *buf, unsigned short len) } ctrl = &cinfo->capi_ctrl; if(len < CAPI_MSG_BASELEN) { printk(KERN_ERR "HYSDN Card%d: invalid CAPI-message, lenght %d!\n", printk(KERN_ERR "HYSDN Card%d: invalid CAPI-message, length %d!\n", card->myid, len); return; } Loading