···16251625 cmd->error = respretval;16261626 } else if (cmd->error) {16271627 /*16281628- * the error occured sending the command16291629- * or recieving the response16281628+ * the error occurred sending the command16291629+ * or receiving the response16301630 */16311631 } else if (vub300->command_out_urb->status) {16321632 vub300->usb_transport_fail = vub300->command_out_urb->status;
+1-1
drivers/net/wan/lmc/lmc_var.h
···380380/* CSR6 settings */381381#define OPERATION_MODE 0x00000200 /* Full Duplex */382382#define PROMISC_MODE 0x00000040 /* Promiscuous Mode */383383-#define RECIEVE_ALL 0x40000000 /* Receive All */383383+#define RECEIVE_ALL 0x40000000 /* Receive All */384384#define PASS_BAD_FRAMES 0x00000008 /* Pass Bad Frames */385385386386/* Dec control registers CSR6 as well */
···262262 * osd_req_decode_sense_full - Decode sense information after execution.263263 *264264 * @or: - osd_request to examine265265- * @osi - Recievs a more detailed error report information (optional).265265+ * @osi - Receives a more detailed error report information (optional).266266 * @silent - Do not print to dmsg (Even if enabled)267267 * @bad_obj_list - Some commands act on multiple objects. Failed objects will268268 * be received here (optional)
+1-1
sound/soc/omap/ams-delta.c
···330330 return 0;331331}332332333333-/* Line discipline .recieve_buf() */333333+/* Line discipline .receive_buf() */334334static void cx81801_receive(struct tty_struct *tty,335335 const unsigned char *cp, char *fp, int count)336336{