[REFACTOR] PST_KS_DESK -> PST_KS_DESC
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 5 Aug 2013 15:45:26 +0000 (19:45 +0400)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 5 Aug 2013 15:45:26 +0000 (19:45 +0400)
ks_features/features_data.c
writer/swap_writer_module.h

index afc04b3..4f50fac 100644 (file)
@@ -267,7 +267,7 @@ static struct feature features[] = {
        CREATE_FEATURE(id_process, PST_KS_PROCESS),
        CREATE_FEATURE(id_signal, PST_KS_SIGNAL),
        CREATE_FEATURE(id_net, PST_KS_NETWORK),
-       CREATE_FEATURE(id_desc, PST_KS_DESK)
+       CREATE_FEATURE(id_desc, PST_KS_DESC)
 };
 
 enum {
index 6db64cf..5c740d8 100644 (file)
@@ -40,7 +40,7 @@ enum PROBE_SUB_TYPE {
        PST_KS_PROCESS  = 0x04,
        PST_KS_SIGNAL   = 0x08,
        PST_KS_NETWORK  = 0x10,
-       PST_KS_DESK     = 0x20
+       PST_KS_DESC     = 0x20
 };
 
 struct pt_regs;