All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix typo in comments
@ 2009-07-15  8:34 Christoph Egger
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Egger @ 2009-07-15  8:34 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]


Hi!

Attached patch fixes typo in comments.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>

-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

[-- Attachment #2: xen_typo.diff --]
[-- Type: text/x-diff, Size: 1195 bytes --]

diff -r 323ae92f774b tools/examples/xend-config.sxp
--- a/tools/examples/xend-config.sxp	Wed Jul 15 09:14:19 2009 +0100
+++ b/tools/examples/xend-config.sxp	Wed Jul 15 10:33:59 2009 +0200
@@ -213,7 +213,7 @@
 
 # The VNC server can be told to negotiate a TLS session
 # to encryption all traffic, and provide x509 cert to
-# clients enalbing them to verify server identity. The
+# clients enabling them to verify server identity. The
 # GTK-VNC widget, virt-viewer, virt-manager and VeNCrypt
 # all support the VNC extension for TLS used in QEMU. The
 # TightVNC/RealVNC/UltraVNC clients do not.
diff -r 323ae92f774b xen/arch/x86/hvm/svm/svm.c
--- a/xen/arch/x86/hvm/svm/svm.c	Wed Jul 15 09:14:19 2009 +0100
+++ b/xen/arch/x86/hvm/svm/svm.c	Wed Jul 15 10:33:59 2009 +0200
@@ -460,7 +460,7 @@ static void svm_update_guest_efer(struct
 
     /*
      * In legacy mode (EFER.LMA=0) we natively support SYSENTER/SYSEXIT with
-     * no need for MSR intercepts. Ehen EFER.LMA=1 we must trap and emulate.
+     * no need for MSR intercepts. When EFER.LMA=1 we must trap and emulate.
      */
     svm_intercept_msr(v, MSR_IA32_SYSENTER_CS, lma);
     svm_intercept_msr(v, MSR_IA32_SYSENTER_ESP, lma);

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] Fix typo in comments
@ 2014-07-08 10:38 Raimonds Cicans
  0 siblings, 0 replies; 2+ messages in thread
From: Raimonds Cicans @ 2014-07-08 10:38 UTC (permalink / raw)
  To: linux-media

Expression ((7bit i2c_addr << 1) & 0x01) can not be right
because it is always 0

Signed-off-by: Raimonds Cicans <ray@apollo.lv>
---
  drivers/media/usb/dvb-usb/dibusb.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/usb/dvb-usb/dibusb.h b/drivers/media/usb/dvb-usb/dibusb.h
index e47c321..32ab139 100644
--- a/drivers/media/usb/dvb-usb/dibusb.h
+++ b/drivers/media/usb/dvb-usb/dibusb.h
@@ -36,7 +36,7 @@
  
  /*
   * i2c read
- * bulk write: 0x02 ((7bit i2c_addr << 1) & 0x01) register_bytes length_word
+ * bulk write: 0x02 ((7bit i2c_addr << 1) | 0x01) register_bytes length_word
   * bulk read:  byte_buffer (length_word bytes)
   */
  #define DIBUSB_REQ_I2C_READ			0x02
-- 
1.8.5.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-08 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 10:38 [PATCH] Fix typo in comments Raimonds Cicans
  -- strict thread matches above, loose matches on Subject: below --
2009-07-15  8:34 [PATCH] fix " Christoph Egger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.