projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad0a0ac
)
hwkey: modified a typing error at an annotation
author
sungmin ha
<sungmin82.ha@samsung.com>
Wed, 20 Mar 2013 05:10:31 +0000
(14:10 +0900)
committer
sungmin ha
<sungmin82.ha@samsung.com>
Wed, 20 Mar 2013 05:10:31 +0000
(14:10 +0900)
Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
tizen/src/hw/maru_virtio_hwkey.c
patch
|
blob
|
history
diff --git
a/tizen/src/hw/maru_virtio_hwkey.c
b/tizen/src/hw/maru_virtio_hwkey.c
index ac5e4bd31da32c14b9ddfde1adfb647d47a39354..29f541b955fb0e578b9baf54e2956a571309db17 100644
(file)
--- a/
tizen/src/hw/maru_virtio_hwkey.c
+++ b/
tizen/src/hw/maru_virtio_hwkey.c
@@
-148,7
+148,7
@@
static void maru_virtio_hwkey_handle(VirtIODevice *vdev, VirtQueue *vq)
/* save VirtQueueElement */
QTAILQ_INSERT_TAIL(&elem_queue, elem_entry, node);
- /* call maru_virtio_
touchscreen
_notify */
+ /* call maru_virtio_
hwkey
_notify */
qemu_bh_schedule(vhk->bh);
pthread_mutex_unlock(&elem_mutex);