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

scripts/spelling.txt: add "embeded" pattern and fix typo instances

Fix typos and add the following to the scripts/spelling.txt:

embeded||embedded

Link: http://lkml.kernel.org/r/1481573103-11329-12-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Masahiro Yamada and committed by
Linus Torvalds
b43daedc b564d62e

+4 -3
+1 -1
block/blk-throttle.c
··· 185 185 * sq_to_td - return throtl_data the specified service queue belongs to 186 186 * @sq: the throtl_service_queue of interest 187 187 * 188 - * A service_queue can be embeded in either a throtl_grp or throtl_data. 188 + * A service_queue can be embedded in either a throtl_grp or throtl_data. 189 189 * Determine the associated throtl_data accordingly and return it. 190 190 */ 191 191 static struct throtl_data *sq_to_td(struct throtl_service_queue *sq)
+1 -1
drivers/nvme/host/rdma.c
··· 1051 1051 * sequencer is not allocated in our driver's tagset and it's 1052 1052 * triggered to be freed by blk_cleanup_queue(). So we need to 1053 1053 * always mark it as signaled to ensure that the "wr_cqe", which is 1054 - * embeded in request's payload, is not freed when __ib_process_cq() 1054 + * embedded in request's payload, is not freed when __ib_process_cq() 1055 1055 * calls wr_cqe->done(). 1056 1056 */ 1057 1057 if ((++queue->sig_count % 32) == 0 || flush)
+1 -1
drivers/scsi/osd/osd_initiator.c
··· 1677 1677 } 1678 1678 } else { 1679 1679 /* TODO: I think that for the GET_ATTR command these 2 should 1680 - * be reversed to keep them in execution order (for embeded 1680 + * be reversed to keep them in execution order (for embedded 1681 1681 * targets with low memory footprint) 1682 1682 */ 1683 1683 ret = _osd_req_finalize_set_attr_list(or);
+1
scripts/spelling.txt
··· 386 386 ehther||ether 387 387 eigth||eight 388 388 eletronic||electronic 389 + embeded||embedded 389 390 enabledi||enabled 390 391 enchanced||enhanced 391 392 encorporating||incorporating