Update for license #2
authorsunil85.kim <sunil85.kim@samsung.com>
Thu, 2 May 2013 08:42:28 +0000 (17:42 +0900)
committersunil85.kim <sunil85.kim@samsung.com>
Thu, 2 May 2013 08:43:32 +0000 (17:43 +0900)
Change-Id: Id3b45db5d32e4e4c46e51f5dfa81f8cb45e00368

include/mobileap.h
include/mobileap_agent.h
include/mobileap_bluetooth.h
include/mobileap_common.h
include/mobileap_handler.h
include/mobileap_network.h
include/mobileap_notification.h
include/mobileap_usb.h
include/mobileap_wifi.h
src/mobileap_main.c

index 0707823..b4bb70d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  mobile-agent
+ *  mobileap-agent
  *
  * Copyright 2012-2013  Samsung Electronics Co., Ltd
  *
index 1a4ecb6..f619316 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  mobile-agent
+ *  mobileap-agent
  *
  * Copyright 2012-2013  Samsung Electronics Co., Ltd
  *
index d1a0b33..44cfe8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  mobile-agent
+ *  mobileap-agent
  *
  * Copyright 2012-2013  Samsung Electronics Co., Ltd
  *
index ecc1c1d..b2a42ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  mobile-agent
+ *  mobileap-agent
  *
  * Copyright 2012-2013  Samsung Electronics Co., Ltd
  *
index f86501b..b2ff6f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  mobile-agent
+ *  mobileap-agent
  *
  * Copyright 2012-2013  Samsung Electronics Co., Ltd
  *
index bfeae97..3b56dc4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  mobile-agent
+ *  mobileap-agent
  *
  * Copyright 2012-2013  Samsung Electronics Co., Ltd
  *
index 256610d..6a7ee31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  mobile-agent
+ *  mobileap-agent
  *
  * Copyright 2012-2013  Samsung Electronics Co., Ltd
  *
index fa30730..14c1a37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  mobile-agent
+ *  mobileap-agent
  *
  * Copyright 2012-2013  Samsung Electronics Co., Ltd
  *
index ccf91db..01f3147 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  mobile-agent
+ *  mobileap-agent
  *
  * Copyright 2012-2013  Samsung Electronics Co., Ltd
  *
index 0fd1b2f..c0ba520 100644 (file)
@@ -148,7 +148,6 @@ gboolean _mobileap_set_state(int state)
 
        DBG("Before mobileap_state : %d\n", mobileap_state);
        mobileap_state |= state;
-
        DBG("After mobileap_state : %d\n", mobileap_state);
 
        vconf_ret = vconf_set_int(VCONFKEY_MOBILE_HOTSPOT_MODE, mobileap_state);
@@ -218,6 +217,7 @@ static void __block_device_sleep(void)
        int ret = 0;
 
        ret = pm_lock_state(LCD_OFF, STAY_CUR_STATE, 0);
+
        if (ret < 0)
                ERR("PM control [ERROR] result = %d\n", ret);
        else