Commit c9404c9c authored by Adam Buchbinder's avatar Adam Buchbinder Committed by Jiri Kosina
Browse files

Fix misspelling of "should" and "shouldn't" in comments.



Some comments misspell "should" or "shouldn't"; this fixes them. No code changes.

Signed-off-by: default avatarAdam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 634bad68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -604,7 +604,7 @@ ptrace_modify_breakpoint(struct perf_event *bp, int len, int type,
	struct perf_event_attr attr;

	/*
	 * We shoud have at least an inactive breakpoint at this
	 * We should have at least an inactive breakpoint at this
	 * slot. It means the user is writing dr7 without having
	 * written the address register first
	 */
+1 −1
Original line number Diff line number Diff line
@@ -2232,7 +2232,7 @@ retry:
		 * Some drives were very specific about that exact sequence.
		 *
		 * Note that ATA4 says lba is mandatory so the second check
		 * shoud never trigger.
		 * should never trigger.
		 */
		if (ata_id_major_version(id) < 4 || !ata_id_has_lba(id)) {
			err_mask = ata_dev_init_params(dev, id[3], id[6]);
+1 −1
Original line number Diff line number Diff line
@@ -2275,7 +2275,7 @@ typedef struct _ATOM_LCD_RTS_RECORD {
	UCHAR ucRTSValue;
} ATOM_LCD_RTS_RECORD;

/* !! If the record below exits, it shoud always be the first record for easy use in command table!!! */
/* !! If the record below exits, it should always be the first record for easy use in command table!!! */
typedef struct _ATOM_LCD_MODE_CONTROL_CAP {
	UCHAR ucRecordType;
	USHORT usLCDCap;
+1 −1
Original line number Diff line number Diff line
@@ -1452,7 +1452,7 @@ static int __devinit add_card(struct pci_dev *dev,
                                PRINT(KERN_ERR, lynx->id, "unable to read bus info block from i2c");
                        } else {
                                PRINT(KERN_INFO, lynx->id, "got bus info block from serial eeprom");
				/* FIXME: probably we shoud rewrite the max_rec, max_ROM(1394a),
				/* FIXME: probably we should rewrite the max_rec, max_ROM(1394a),
				 * generation(1394a) and link_spd(1394a) field and recalculate
				 * the CRC */

+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ static const int macroKeyEvents[] = {
};

/***********************************************************************
 * Map values to strings and back. Every map shoudl have the following
 * Map values to strings and back. Every map should have the following
 * as its last element: { NULL, AIPTEK_INVALID_VALUE }.
 */
#define AIPTEK_INVALID_VALUE	-1
Loading