Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: qla1280: Spelling fixes

s/quantites/quantities/
s/Unfortunely/Unfortunately/

Link: https://lore.kernel.org/r/20210315021610.2089087-1-unixbhaskar@gmail.com
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Bhaskar Chowdhury and committed by
Martin K. Petersen
1bf5fa1a 2ed0fc2b

+4 -4
+4 -4
drivers/scsi/qla1280.c
··· 633 633 * to be read a word (two bytes) at a time. 634 634 * 635 635 * The net result of this would be that the word (and 636 - * doubleword) quantites in the firmware would be correct, but 636 + * doubleword) quantities in the firmware would be correct, but 637 637 * the bytes would be pairwise reversed. Since most of the 638 - * firmware quantites are, in fact, bytes, we do an extra 638 + * firmware quantities are, in fact, bytes, we do an extra 639 639 * le16_to_cpu() in the firmware read routine. 640 640 * 641 641 * The upshot of all this is that the bytes in the firmware 642 - * are in the correct places, but the 16 and 32 bit quantites 642 + * are in the correct places, but the 16 and 32 bit quantities 643 643 * are still in little endian format. We fix that up below by 644 644 * doing extra reverses on them */ 645 645 nv->isp_parameter = cpu_to_le16(nv->isp_parameter); ··· 687 687 * The mid-level driver tries to ensures that queuecommand never gets invoked 688 688 * concurrently with itself or the interrupt handler (although the 689 689 * interrupt handler may call this routine as part of request-completion 690 - * handling). Unfortunely, it sometimes calls the scheduler in interrupt 690 + * handling). Unfortunately, it sometimes calls the scheduler in interrupt 691 691 * context which is a big NO! NO!. 692 692 **************************************************************************/ 693 693 static int