Given the following integral:
$$I(f) = \int_\mathbb{R} f(x) \log \left(f(x) \sqrt{2\pi} e^{\frac{x^2}{2}}\right) dx,$$ where we assume $\int_{\mathbb{R}} f(x)\, dx =1$ and $f\geq 0$ a.e. Assume for convenience that $f$ is decaying fast enough to make any integration working.
I want to show now that $I(f)\geq 0$ using the hint $x\log x \geq x -1$ for $x\geq 0$.
So, try to only look at the first line in the calculation below and finish it yourself. If you do not succeed, look at the other lines... $$ \begin{aligned} I(f)&=\int_{\mathbb{R}}\frac{1}{\sqrt{2\pi}}e^{-x^2/2}\bigl(f(x)\sqrt{2\pi}e^{x^2/2}\bigr)\log \bigl(f(x)\sqrt{2\pi}e^{x^2/2}\bigr)\,dx\\ &\geq\int_{\mathbb{R}}\frac{1}{\sqrt{2\pi}}e^{-x^2/2}\Bigl[f(x)\sqrt{2\pi}e^{x^2/2}-1\Bigr]\,dx\\ &=\int_{\mathbb{R}}f(x)\,dx-\int_{\mathbb{R}}\frac{1}{\sqrt{2\pi}}e^{-x^2/2}\,dx\\ &=0. \end{aligned} $$