diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index d2574c947eb..45f10dcadd6 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -5100,7 +5100,6 @@ int kbd_decode(FAR struct lib_instream_s *stream, FAR struct kbd_getstate_s *sta
Each I2C device driver must implement an instance of struct i2c_ops_s.
That structure defines a call table with the following methods:
uint32_t setfrequency(FAR struct i2c_master_s *dev, uint32_t frequency);
int transfer(FAR struct i2c_master_s *dev, FAR struct i2c_msg_s *msgs, int count);