The patch titled Subject: scripts/gdb: fix typo in exception name has been removed from the -mm tree. Its filename was scripts-gdb-fix-typo-in-exception-name.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Thiébaud Weksteen <thiebaud@xxxxxxxxxxx> Subject: scripts/gdb: fix typo in exception name Signed-off-by: Thiébaud Weksteen <thiebaud@xxxxxxxxxxx> Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/gdb/linux/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN scripts/gdb/linux/utils.py~scripts-gdb-fix-typo-in-exception-name scripts/gdb/linux/utils.py --- a/scripts/gdb/linux/utils.py~scripts-gdb-fix-typo-in-exception-name +++ a/scripts/gdb/linux/utils.py @@ -83,7 +83,7 @@ def get_target_endianness(): elif "big endian" in endian: target_endianness = BIG_ENDIAN else: - raise gdb.GdgError("unknown endianness '{0}'".format(str(endian))) + raise gdb.GdbError("unknown endianness '{0}'".format(str(endian))) return target_endianness _ Patches currently in -mm which might be from thiebaud@xxxxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html